org.apache.catalina.ant
public class InstallTask extends AbstractCatalinaTask
/install
command, supported by the
Tomcat manager application.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
config
Deprecated.
URL of the context configuration file for this application, if any.
|
protected java.lang.String |
path
Deprecated.
The context path of the web application we are managing.
|
protected java.lang.String |
war
Deprecated.
URL of the web application archive (WAR) file, or the unpacked directory
containing this application, if any.
|
charset, password, url, username
alwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream
Constructor and Description |
---|
InstallTask()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Deprecated.
Execute the requested operation.
|
java.lang.String |
getConfig()
Deprecated.
|
java.lang.String |
getPath()
Deprecated.
|
java.lang.String |
getWar()
Deprecated.
|
void |
setConfig(java.lang.String config)
Deprecated.
|
void |
setPath(java.lang.String path)
Deprecated.
|
void |
setWar(java.lang.String war)
Deprecated.
|
execute, execute, getCharset, getPassword, getUrl, getUsername, setCharset, setPassword, setUrl, setUsername
addConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, handleFlush, handleFlush, handleOutput, handleOutput, isFailOnError, openRedirector, setAlwaysLog, setAppend, setCreateEmptyFiles, setError, setErrorProperty, setFailonerror, setLogError, setOutput, setOutputproperty
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected java.lang.String config
protected java.lang.String path
protected java.lang.String war
public java.lang.String getConfig()
public void setConfig(java.lang.String config)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.String getWar()
public void setWar(java.lang.String war)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class AbstractCatalinaTask
org.apache.tools.ant.BuildException
- if an error occursCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.