public class FixedWidthFlatFileSpecification extends AbstractFlatFilePrefixSpecificationBase
insignificantPrefixes, prefixStartingPositiondefaultBusinessObjectClass, 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, setPrefixStartingPositionafterPropertiesSet, getObjectSpecification, getObjectSpecifications, setDefaultBusinessObjectClass, setObjectSpecificationspublic 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.