org.codehaus.cargo.ant
Class ZipURLInstallerElement
java.lang.Object
org.codehaus.cargo.ant.ZipURLInstallerElement
public class ZipURLInstallerElement
- extends Object
Nested Ant element to wrap the ZipURLInstaller
class.
- Version:
- $Id: ZipURLInstallerElement.java 1702 2008-09-02 12:37:46Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipURLInstallerElement
public ZipURLInstallerElement()
setInstallDir
public final void setInstallDir(String installDir)
-
- See Also:
Installer.install()
setInstallURL
public final void setInstallURL(URL installURL)
-
- See Also:
Installer.install()
getInstallDir
public final String getInstallDir()
-
- See Also:
setInstallDir(String)
getInstallURL
public final URL getInstallURL()
-
- See Also:
setInstallURL(URL)
getProxy
public final Proxy getProxy()
-
- See Also:
createProxy()
createProxy
public final Proxy createProxy()
- Returns:
- the configured
Proxy
element
createInstaller
public ZipURLInstaller createInstaller()
- Returns:
- a new instance of
ZipURLInstaller
configured using the attributes specified
by the user
Copyright © 2004-2012 Codehaus. All Rights Reserved.