| org.apache.catalina.ant.AbstractCatalinaTask org.apache.catalina.ant.ResourcesTask
ResourcesTask | public class ResourcesTask extends AbstractCatalinaTask (Code) | | Ant task that implements the /resources command, supported by
the Tomcat manager application.
author: Craig R. McClanahan version: $Revision: 1.3 $ $Date: 2004/02/27 14:58:41 $ since: 4.1 |
Field Summary | |
protected String | type The fully qualified class name of the resource type being requested
(if any). |
type | protected String type(Code) | | The fully qualified class name of the resource type being requested
(if any).
|
execute | public void execute() throws BuildException(Code) | | Execute the requested operation.
exception: BuildException - if an error occurs |
|
|