org.apache.catalina.ant

Class RemoveTask


public class RemoveTask
extends AbstractCatalinaTask

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

Version:
$Revision: 1.4 $ $Date: 2004/02/27 14:58:40 $

Author:
Craig R. McClanahan

Field Summary

protected String
path
The context path of the web application we are managing.

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

password, url, username

Method Summary

void
execute()
Execute the requested operation.
String
getPath()
void
setPath(String path)

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

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

Field Details

path

protected String path
The context path of the web application we are managing.

Method Details

execute

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


getPath

public String getPath()


setPath

public void setPath(String path)


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