org.apache.catalina.ant

Class ResourcesTask

public class ResourcesTask extends AbstractCatalinaTask

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

Since: 4.1

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Field Summary
protected Stringtype
The fully qualified class name of the resource type being requested (if any).
Method Summary
voidexecute()
Execute the requested operation.
StringgetType()
voidsetType(String type)

Field Detail

type

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

Method Detail

execute

public void execute()
Execute the requested operation.

Throws: BuildException if an error occurs

getType

public String getType()

setType

public void setType(String type)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.