Class DriverManager
java.lang.Object
com.vividsolutions.jump.workbench.driver.DriverManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNeed to share the file chooser; otherwise, whenever the user switched drivers, he would lose the filename he typed in.voidloadDrivers(WorkbenchProperties properties) voidloadInputDriver(AbstractInputDriver driver) Loads an instantiated, but not yet initialized, InputDriver, and adds it to the list.voidloadOutputDriver(AbstractOutputDriver driver) Loads an instantiated, but not yet initialized OutputDriver, and adds it to the list.
-
Constructor Details
-
DriverManager
-
-
Method Details
-
getInputDrivers
-
getOutputDrivers
-
loadDrivers
public void loadDrivers(WorkbenchProperties properties) throws ClassNotFoundException, IllegalAccessException, InstantiationException -
loadInputDriver
Loads an instantiated, but not yet initialized, InputDriver, and adds it to the list.- Parameters:
driver- an instantiated but not yet initialed, InputDriver
-
loadOutputDriver
Loads an instantiated, but not yet initialized OutputDriver, and adds it to the list.- Parameters:
driver- an instantiated but not yet initialized OutputDriver
-