| java.lang.Object org.apache.geronimo.console.databasemanager.wizard.DriverDownloader
DriverDownloader | public class DriverDownloader (Code) | | A utility that handles listing and downloading available JDBC driver JARs.
It can handle straight JARs and also JARs in ZIP files.
version: $Rev: 476061 $ $Date: 2006-11-16 22:36:50 -0800 (Thu, 16 Nov 2006) $ |
loadDriver | public void loadDriver(WriteableRepository repo, DriverInfo driver, FileWriteMonitor monitor) throws IOException(Code) | | Downloads a driver and loads it into the local repository.
|
loadDriverInfo | public DriverInfo[] loadDriverInfo(URL driverInfoFile)(Code) | | |
|
|