public interface FlatFileParseTracker
Modifier and Type | Method and Description |
---|---|
void |
completeLineParse()
Called when a line has completed parsing.
|
Object |
getObjectToParseInto(String lineToParse)
Determines which class should be parsed into and returns an instance of that
|
List<Object> |
getParsedObjects() |
void |
initialize(FlatFileSpecification flatFileClassIdentifier)
Initializes a new FlatFileParseTracker
|
void initialize(FlatFileSpecification flatFileClassIdentifier)
flatFileSpecification
- the FlatFileSpecificationBase instance which will determine which object should be instantiated for a given linespecifications
- the specifications for all objects that will be parsed into, to build a parent/child map out ofObject getObjectToParseInto(String lineToParse)
lineToParse
- the line which is going to be parsedvoid completeLineParse()
List<Object> getParsedObjects()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.