Package | Description |
---|---|
org.kuali.ole.sys.batch |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlatFilePrefixSpecificationBase
The abstract base class of the configuration element which specifies how to parse flat files
|
class |
AbstractRegexSpecificationBase
The abstract parent of flat file specifications which use regexes to determine what line is parsed into what object
|
class |
DelimitedFlatFileSpecification
The specification for lines which are split by delimiters before being populated into objects
|
class |
FixedWidthFlatFileRegexSpecification
A flat file specification which matches lines via regular expressions and parses them via flat files
|
class |
FixedWidthFlatFileSpecification
Concrete extension of AbstractFlatFilePrefixSpecificationBase which can handle the parsing of lines where substrings
are parsed by knowing the beginning and ending position of the substring
|
Modifier and Type | Method and Description |
---|---|
void |
FlatFileParserBase.setFlatFileSpecification(AbstractFlatFileSpecificationBase flatFileClassIdentifier)
Sets the FlatFileSpecification that instructs how to carry out the parse
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.