org.codehaus.cargo.maven2.configuration
Class ZipUrlInstaller
java.lang.Object
org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
public class ZipUrlInstaller
- extends Object
Holds configuration data for the <zipUrlInstaller>
tag used to configure
the plugin in the pom.xml
file.
- Version:
- $Id: ZipUrlInstaller.java 1235 2006-11-26 10:07:43Z vmassol $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipUrlInstaller
public ZipUrlInstaller()
setInstallDir
public final void setInstallDir(String installDir)
- See Also:
Installer.install()
setUrl
public final void setUrl(URL url)
- See Also:
Installer.install()
getInstallDir
public final String getInstallDir()
- See Also:
setInstallDir(String)
getUrl
public final URL getUrl()
- See Also:
setUrl(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.