All Classes
Class | Description |
---|---|
CruTs2pt1Supplier | Deprecated.
This data has been superseded (see this page), and
it's therefore likely this class will be removed at some point.
|
DataException |
Generic superclass for data related exceptions.
|
DataLinker |
Connects an
IDataSupplier to an IDataConsumer . |
DBCreationException |
Generic exception for the database connectors in this package.
|
DBExamples |
Main class for starting application.
|
DebugMode |
Utility class for getting the system property "debug" set at the command line.
|
DerbyConsumer |
Class for connecting to and manipulating a Derby database.
|
FlatFileConsumer |
Class for writing out flat files to a directory.
|
FlatFileCreationException |
Generic exception for the flat file connectors in this package.
|
HadoopConsumer |
Class for writing out files to a Hadoop Distributed File System (HDFS).
|
IDataConsumer |
Interface for classes that store data.
|
IDataset |
Interface for classes that will contain one or more indexed objects
implementing
IRecordHolder . |
IDataSupplier |
Interface for classes that supply data.
|
IMetadata |
Minimal interface for metadata objects.
|
IRecord |
Interface for records containing one or more indexed values.
|
IRecordHolder |
Interface for a container for one or more indexed records implementing
IRecord . |
IReportingListener |
Simple interface for classes wishing to listen to the progress of data
supply or consumption.
|
Metadata |
Class for generic metadata (i.e.
|
ParseFailedException |
Generic exception for the parsers in this package.
|
PropertiesSingleton |
Singleton to hold all the properties files associated with an application.
|
Row |
Generic row class containing one or more value objects.
|
Table |
Generic table class containing one or more
IRecord objects,
usually but not by necessity, Rows . |
TabulatedDataset |
Dataset containing one or more
IRecordHolder objects, usually but
not by necessity, Table objects. |
UIfx |
GUI and workhorse for application.
|