Classes in net.sourceforge.jdbdump.connect used by net.sourceforge.jdbdump.connect |
Configuration
This class is a Singleton, which purpose is to manage system's configuration data such as:
authorization data of users allowed to use the system,
configured connections to databases
Data is passed to/from a subclass of ConfigurationIO class, which gives great flexibility in choose of
configuration data storage place and access methods. |
ConfigurationIO
This abstract method is a definition of classes that manage access to configuration data, wherever it is stored. |
DatabaseBackupData
|
DatabaseConnectionData
|
DatabaseConnector
A DatabaseConnector is an object handling connection to the database which will be backed up. |
DatabaseConnectorFactory
A DatabaseConnectorFactory is an object that lists all the database types that can be
backed up and creates connectors to the specific database types. |