public class FixedWidthFlatFileRegexSpecification extends AbstractRegexSpecificationBase
fullMatch, insignificantPatterns, insignificantRegexPatterns, trimLineBeforeMatch
defaultBusinessObjectClass, objectSpecifications
Constructor and Description |
---|
FixedWidthFlatFileRegexSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Parses the given line into the given object to parse into
|
determineClassForLine, getInsignificantPatterns, isFullMatch, isTrimLineBeforeMatch, matches, setFullMatch, setInsignificantRegexPatterns, setTrimLineBeforeMatch, trimLine
afterPropertiesSet, getObjectSpecification, getObjectSpecifications, setDefaultBusinessObjectClass, setObjectSpecifications
public FixedWidthFlatFileRegexSpecification()
public void parseLineIntoObject(FlatFileObjectSpecification parseSpecification, String lineToParse, Object parseIntoObject, int lineNumber)
parseSpecification
- the specification of the parsinglineToParse
- the line to parse into the objectparseIntoObject
- the object to parse intolineNumber
- the current line numberCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.