public class FixedWidthFlatFileSpecification extends AbstractFlatFilePrefixSpecificationBase
insignificantPrefixes, prefixStartingPosition
defaultBusinessObjectClass, objectSpecifications
Constructor and Description |
---|
FixedWidthFlatFileSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Parses a line by pulling out substrings given by the FlatFilePropertySpecification configuration objects passed in
|
determineClassForLine, setInsignificantPrefixes, setPrefixStartingPosition
afterPropertiesSet, getObjectSpecification, getObjectSpecifications, setDefaultBusinessObjectClass, setObjectSpecifications
public FixedWidthFlatFileSpecification()
public void parseLineIntoObject(FlatFileObjectSpecification parseSpecification, String lineToParse, Object parseIntoObject, int lineNumber)
parseSpecification
- the specification explaining how to parse the line into the business objectlineToParse
- the current line being parsedparseIntoObject
- the target object to parse intolineNumber
- the current line numberorg.kuali.ole.sys.batch.FlatFileSpecification#parseLineIntoObject(FlatFilePrefixObjectSpecification, String, Object)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.