org.apache.geronimo.console.databasemanager.wizard
Class DriverDownloader
java.lang.Object
org.apache.geronimo.console.databasemanager.wizard.DriverDownloader
public class DriverDownloader
- extends Object
A utility that handles listing and downloading available JDBC driver JARs.
It can handle straight JARs and also JARs in ZIP files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DriverDownloader
public DriverDownloader()
readDriverFile
public Properties readDriverFile(URL url)
loadDriverInfo
public DriverDownloader.DriverInfo[] loadDriverInfo(URL driverInfoFile)
loadDriver
public void loadDriver(WriteableRepository repo,
DriverDownloader.DriverInfo driver,
FileWriteMonitor monitor)
throws IOException
- Downloads a driver and loads it into the local repository.
- Throws:
IOException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.