public abstract class AbstractCatalinaTask extends BaseRedirectorHelperTask
Modifier and Type | Field and Description |
---|---|
protected String |
charset
The charset used during URL encoding.
|
protected String |
password
The login password for the
Manager application. |
protected String |
url
The URL of the
Manager application to be used. |
protected String |
username
The login username for the
Manager application. |
alwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream
Constructor and Description |
---|
AbstractCatalinaTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the specified command.
|
void |
execute(String command)
Execute the specified command, based on the configured properties.
|
void |
execute(String command,
InputStream istream,
String contentType,
int contentLength)
Execute the specified command, based on the configured properties.
|
String |
getCharset() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
void |
setCharset(String charset) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
addConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, 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 String charset
protected String password
Manager
application.protected String url
Manager
application to be used.protected String username
Manager
application.public String getCharset()
public void setCharset(String charset)
public String getPassword()
public void setPassword(String password)
public String getUrl()
public void setUrl(String url)
public String getUsername()
public void setUsername(String username)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if a validation error occurspublic void execute(String command) throws org.apache.tools.ant.BuildException
command
- Command to be executedorg.apache.tools.ant.BuildException
- if an error occurspublic void execute(String command, InputStream istream, String contentType, int contentLength) throws org.apache.tools.ant.BuildException
command
- Command to be executedistream
- InputStream to include in an HTTP PUT, if anycontentType
- Content type to specify for the input, if anycontentLength
- Content length to specify for the input, if anyorg.apache.tools.ant.BuildException
- if an error occursCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.