Package co.uk.hjcs.canyon.parsing

Interface Summary
FieldDefinition The base for field definition clases
FlatFileProcessor The interface that Canyon processors must implement
 

Class Summary
DelimitedFieldDefinition Represents a field in a delimited file.
DelimitedFieldFlatFileProcessor This class is responsible for the reading and creation of delimited text.
FixedLengthFieldDefinition Represents a field in a fixed length file
FixedLengthFieldFlatFileProcessor This class is responsible for the reading and creation of fixed length field text.
FlatFileLine This class is responsible for turning a collection of fields and values into a String representation of a record, that can then be used for persistence or manipulation.