Package com.pushtotest.tool.datasource

Interface Summary
Datasource This is the interface to Datasources which are places you go to get information like Databases and flat files.
 

Class Summary
Csv This is an implementation of a Datasource that allows you to access Comma Separated Values Files.
Db This is an implementation of a Datasource that allows you to access Databases.
Tsv This is an implementation of a Datasource that allows you to access Tab Separated Values Files.
Xsv This is an implementation of a Datasource that allows you to access Comma Separated Values Files.
 

Exception Summary
DatasourceException This is a generic Datasource exception that can be thrown by the Datasource related stuff.