| Package | Description | 
|---|---|
| org.kuali.ole.sys.batch | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFlatFilePrefixSpecificationBaseThe abstract base class of the configuration element which specifies how to parse flat files | 
| class  | AbstractRegexSpecificationBaseThe abstract parent of flat file specifications which use regexes to determine what line is parsed into what object | 
| class  | DelimitedFlatFileSpecificationThe specification for lines which are split by delimiters before being populated into objects | 
| class  | FixedWidthFlatFileRegexSpecificationA flat file specification which matches lines via regular expressions and parses them via flat files | 
| class  | FixedWidthFlatFileSpecificationConcrete 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.