Package mgui.interfaces.datasources
Class DataSourceDriverOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.datasources.DataSourceDriverOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class DataSourceDriverOptions extends InterfaceOptions
Options which specify a JDBC data source driver.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Constructor Summary
Constructors Constructor Description DataSourceDriverOptions()
-
Method Summary
Modifier and Type Method Description java.util.HashMap<java.lang.String,DataSourceDriver>
getDrivers()
Returns a hash map of the currently loaded data source JDBC drivers.Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DataSourceDriverOptions
public DataSourceDriverOptions()
-
-
Method Details
-
getDrivers
Returns a hash map of the currently loaded data source JDBC drivers.- Returns:
-