当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
AbstractDeploymentTask - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.common.ant
Class AbstractDeploymentTask
java.lang.Object
Task
org.jboss.portal.common.ant.AbstractDeploymentTask
- Direct Known Subclasses:
- Deploy, Undeploy
- public abstract class AbstractDeploymentTask
- extends Task
A deployment task.
- Version:
- $Revision: 5451 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
config
The JBoss config. |
private java.io.File |
file
The file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
private java.io.File file
- The file.
config
private java.lang.String config
- The JBoss config.
AbstractDeploymentTask
public AbstractDeploymentTask()
getFile
public java.io.File getFile()
setFile
public void setFile(java.io.File file)
getConfig
public java.lang.String getConfig()
setConfig
public void setConfig(java.lang.String config)
execute
public void execute()
throws BuildException
- Throws:
BuildException
execute
protected abstract void execute(JBossJMXDeployer deployer)