org.codehaus.cargo.maven2.configuration
Class ZipUrlInstaller
java.lang.Object
org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
- public class ZipUrlInstaller
- extends java.lang.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(java.lang.String installDir)
- See Also:
Installer.install()
setUrl
public final void setUrl(java.net.URL url)
- See Also:
Installer.install()
getInstallDir
public final java.lang.String getInstallDir()
- See Also:
setInstallDir(String)
getUrl
public final java.net.URL getUrl()
- See Also:
setUrl(URL)
getProxy
public final org.codehaus.cargo.container.installer.Proxy getProxy()
- See Also:
createProxy()
createProxy
public final org.codehaus.cargo.container.installer.Proxy createProxy()
- Returns:
- the configured
Proxy
element
createInstaller
public org.codehaus.cargo.container.installer.ZipURLInstaller createInstaller()
- Returns:
- a new instance of
ZipURLInstaller
configured using the attributes specified
by the user
Copyright © 2004-2007 Codehaus. All Rights Reserved.