public abstract class AbstractCatalinaCommandTask extends AbstractCatalinaTask
| Modifier and Type | Field and Description | 
|---|---|
| protected String | pathThe context path of the web application we are managing. | 
| protected String | versionThe context version of the web application we are managing. | 
charset, password, url, usernamealwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream| Constructor and Description | 
|---|
| AbstractCatalinaCommandTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| StringBuilder | createQueryString(String command)Create query string for the specified command. | 
| String | getPath() | 
| String | getVersion() | 
| void | setPath(String path) | 
| void | setVersion(String version) | 
execute, execute, execute, getCharset, getPassword, getUrl, getUsername, setCharset, setPassword, setUrl, setUsernameaddConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, handleOutput, isFailOnError, openRedirector, setAlwaysLog, setAppend, setCreateEmptyFiles, setError, setErrorProperty, setFailonerror, setLogError, setOutput, setOutputpropertybindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected String path
protected String version
public String getPath()
public void setPath(String path)
public String getVersion()
public void setVersion(String version)
public StringBuilder createQueryString(String command) throws org.apache.tools.ant.BuildException
command - Command to be executedorg.apache.tools.ant.BuildException - if an error occursCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.