org.apache.catalina.ant
public abstract class AbstractCatalinaTask extends BaseRedirectorHelperTask
Since: 4.1
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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) |
Manager
application.Manager
application to be used.Manager
application.Throws: BuildException if a validation error occurs
Parameters: command Command to be executed
Throws: BuildException if an error occurs
Parameters: command Command to be executed istream InputStream to include in an HTTP PUT, if any contentType Content type to specify for the input, if any contentLength Content length to specify for the input, if any
Throws: BuildException if an error occurs