Package com.blackbear.flatworm

Class Summary
Callback Used primarily by FileParser to store information about object and methods used to hadle parse events.
ConfigurationReader The ConfigurationReader class is used to initialize Flatworm with an XML configuration file which describes the format and conversion options to be applied to the input file to produce output beans.
ConversionHelper The ConversionHelper was created to seperate formatting responsibility into a seperate class.
ConversionOption Bean class used to store the values from the Conversion-Option XML tag
FileCreator Used to create a flatfile.
FileFormat The FileFormat is the point of entry into the Flatworm parser.
FileParser Used to read a flatfile.
MatchedRecord The MatchedRecord is used to return the record data from a FileFormat record request.
Util Static final class to hold string manipulation methods
UtilTest