org.apache.catalina.ant

Class RemoveTask

public class RemoveTask extends AbstractCatalinaTask

Deprecated: Replaced by UndeployTask

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

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

Author: Craig R. McClanahan

Field Summary
protected Stringpath
The context path of the web application we are managing.
Method Summary
voidexecute()
Execute the requested operation.
StringgetPath()
voidsetPath(String path)

Field Detail

path

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

Method Detail

execute

public void execute()
Execute the requested operation.

Throws: BuildException if an error occurs

getPath

public String getPath()

setPath

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