org.jboss.portal.common.ant
Class Deploy

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

public class Deploy
extends AbstractDeploymentTask

A blocking deploy task.

Version:
$Revision: 7228 $
Author:
Julien Viet

Constructor Summary
Deploy()
           
 
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

Deploy

public Deploy()
Method Detail

execute

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