org.jboss.portal.common.ant
Class Undeploy

java.lang.Object
  extended by Task
      extended by org.jboss.portal.common.ant.AbstractDeploymentTask
          extended by org.jboss.portal.common.ant.Undeploy

public class Undeploy
extends AbstractDeploymentTask

A blocking undeploy task.

Version:
$Revision: 7228 $
Author:
Julien Viet

Constructor Summary
Undeploy()
           
 
Method Summary
protected  void execute(JBossJMXDeployer deployer)
           
 
Methods inherited from class org.jboss.portal.common.ant.AbstractDeploymentTask
execute, getConfig, getFile, setConfig, setFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Undeploy

public Undeploy()
Method Detail

execute

protected void execute(JBossJMXDeployer deployer)
Specified by:
execute in class AbstractDeploymentTask