Package | Description |
---|---|
org.kuali.ole.sys.batch |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlatFileObjectSpecification
Abstract class representing a FlatFilePrefixObjectSpecification - something that helps parse a line into an
object.
|
class |
FlatFilePrefixObjectSpecification
The specification for a business object which should be parsed into during the parsing of a flat file
|
class |
FlatFileRegexObjectSpecification
FlatFileObjectSpecification for files which match lines to objects via regular expression patterns
|
Modifier and Type | Field and Description |
---|---|
protected List<FlatFileObjectSpecification> |
AbstractFlatFileSpecificationBase.objectSpecifications |
Modifier and Type | Method and Description |
---|---|
FlatFileObjectSpecification |
AbstractFlatFileSpecificationBase.getObjectSpecification(Class<?> businessObjectClass) |
FlatFileObjectSpecification |
FlatFileSpecification.getObjectSpecification(Class<?> businessObjectClass)
Retrieves the FlatFilePrefixObjectSpecification specifically associated with a given class
|
Modifier and Type | Method and Description |
---|---|
List<FlatFileObjectSpecification> |
AbstractFlatFileSpecificationBase.getObjectSpecifications() |
List<FlatFileObjectSpecification> |
FlatFileSpecification.getObjectSpecifications() |
Modifier and Type | Method and Description |
---|---|
void |
FixedWidthFlatFileSpecification.parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Parses a line by pulling out substrings given by the FlatFilePropertySpecification configuration objects passed in
|
void |
DelimitedFlatFileSpecification.parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Splits the line based on the given delimiter and parses into properties
|
void |
FixedWidthFlatFileRegexSpecification.parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Parses the given line into the given object to parse into
|
void |
FlatFileSpecification.parseLineIntoObject(FlatFileObjectSpecification parseSpecification,
String lineToParse,
Object parseIntoObject,
int lineNumber)
Parses the current line of the flat file into a business object
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFlatFileSpecificationBase.setObjectSpecifications(List<FlatFileObjectSpecification> objectSpecifications)
Sets the list of FlatFileObjectSpecifications which instruct the FlatFileSpecification how to parse
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.