java.lang.Cloneable
public class ResourcesTask extends AbstractCatalinaTask
/resources
command, supported by
the Tomcat manager application.Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
type |
The fully qualified class name of the resource type being requested
(if any).
|
charset, ignoreResponseConstraint, password, url, username
alwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream
Constructor | Description |
---|---|
ResourcesTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Execute the requested operation.
|
java.lang.String |
getType() |
|
void |
setType(java.lang.String type) |
execute, execute, getCharset, getPassword, getUrl, getUsername, isIgnoreResponseConstraint, setCharset, setIgnoreResponseConstraint, setPassword, setUrl, setUsername
addConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, handleOutput, isFailOnError, openRedirector, setAlwaysLog, setAppend, setCreateEmptyFiles, setError, setErrorProperty, setFailonerror, setLogError, setOutput, setOutputproperty
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected java.lang.String type
public java.lang.String getType()
public void setType(java.lang.String type)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class AbstractCatalinaTask
org.apache.tools.ant.BuildException
- if an error occursCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.