public class ZipUrlInstaller extends Object
<zipUrlInstaller> tag used to configure the
plugin in the pom.xml file.| Modifier and Type | Field and Description |
|---|---|
static String |
EXTRACT_SUBDIRECTORY
Default extraction subdirectory.
|
| Constructor and Description |
|---|
ZipUrlInstaller() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.cargo.container.installer.ZipURLInstaller |
createInstaller(String projectBuildDirectory)
Creates the
ZipURLInstaller with the appropriate configuration. |
org.codehaus.cargo.container.installer.Proxy |
createProxy() |
String |
getDownloadDir() |
String |
getExtractDir() |
org.codehaus.cargo.container.installer.Proxy |
getProxy() |
URL |
getUrl() |
void |
setDownloadDir(String downloadDir) |
void |
setExtractDir(String extractDir) |
void |
setUrl(URL url) |
public static final String EXTRACT_SUBDIRECTORY
public void setDownloadDir(String downloadDir)
downloadDir - the destination directory where the zipped container install will be
downloaded.public void setExtractDir(String extractDir)
extractDir - the destination directory where the zipped container install will be
installed.public void setUrl(URL url)
url - URL where to find the zipped container installation file.public String getDownloadDir()
public String getExtractDir()
public URL getUrl()
public org.codehaus.cargo.container.installer.Proxy getProxy()
public org.codehaus.cargo.container.installer.Proxy createProxy()
Proxy element.public org.codehaus.cargo.container.installer.ZipURLInstaller createInstaller(String projectBuildDirectory)
ZipURLInstaller with the appropriate configuration.projectBuildDirectory - Project build directory.ZipURLInstaller configured using the attributes specified
by the userCopyright © 2004–2018 Github. All rights reserved.