org.apache.catalina.ant

Class ResourcesTask


public class ResourcesTask
extends AbstractCatalinaTask

Ant task that implements the /resources command, supported by the Tomcat manager application.

Version:
$Revision: 1.3 $ $Date: 2004/02/27 14:58:41 $

Author:
Craig R. McClanahan

Since:
4.1

Field Summary

protected String
type
The fully qualified class name of the resource type being requested (if any).

Fields inherited from class org.apache.catalina.ant.AbstractCatalinaTask

password, url, username

Method Summary

void
execute()
Execute the requested operation.
String
getType()
void
setType(String type)

Methods inherited from class org.apache.catalina.ant.AbstractCatalinaTask

execute, execute, execute, getPassword, getUrl, getUsername, setPassword, setUrl, setUsername

Field Details

type

protected String type
The fully qualified class name of the resource type being requested (if any).

Method Details

execute

public void execute()
            throws BuildException
Execute the requested operation.
Overrides:
execute in interface AbstractCatalinaTask


getType

public String getType()


setType

public void setType(String type)


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.