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.
- Version:
- $Rev: 412142 $ $Date: 2006-06-06 17:12:41 +0200 (Tue, 06 Jun 2006) $
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(org.apache.geronimo.kernel.repository.WriteableRepository repo,
DriverDownloader.DriverInfo driver,
org.apache.geronimo.kernel.repository.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.