public class DelimitedFlatFileSpecification extends AbstractFlatFilePrefixSpecificationBase
insignificantPrefixes, prefixStartingPositiondefaultBusinessObjectClass, objectSpecifications| Constructor and Description |
|---|
DelimitedFlatFileSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Splits the line based on the given delimiter and parses into properties
|
void |
setDelimiter(String delimiter)
Sets the delimiter to split on
|
determineClassForLine, setInsignificantPrefixes, setPrefixStartingPositionafterPropertiesSet, getObjectSpecification, getObjectSpecifications, setDefaultBusinessObjectClass, setObjectSpecificationspublic DelimitedFlatFileSpecification()
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)public void setDelimiter(String delimiter)
delimiter - the delimiter to split the substring onCopyright © 2004–2015 The Kuali Foundation. All rights reserved.