站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Undeploy - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.ant
Class Undeploy

java.lang.Object
  extended byTask
      extended byorg.jboss.portal.common.ant.AbstractDeploymentTask
          extended byorg.jboss.portal.common.ant.Undeploy

public class Undeploy
extends AbstractDeploymentTask

A blocking undeploy task.

Version:
$Revision: 5451 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.portal.common.ant.AbstractDeploymentTask
 
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