Package org.camunda.bpm.engine.impl.ant
Class DeployBarTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.camunda.bpm.engine.impl.ant.DeployBarTask
-
- All Implemented Interfaces:
Cloneable
public class DeployBarTask extends org.apache.tools.ant.Task- Author:
- Tom Baeyens
-
-
Constructor Summary
Constructors Constructor Description DeployBarTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()FilegetFile()List<org.apache.tools.ant.types.FileSet>getFileSets()StringgetProcessEngineName()voidsetFile(File file)voidsetFileSets(List<org.apache.tools.ant.types.FileSet> fileSets)voidsetProcessEngineName(String processEngineName)-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
getProcessEngineName
public String getProcessEngineName()
-
setProcessEngineName
public void setProcessEngineName(String processEngineName)
-
getFile
public File getFile()
-
setFile
public void setFile(File file)
-
getFileSets
public List<org.apache.tools.ant.types.FileSet> getFileSets()
-
setFileSets
public void setFileSets(List<org.apache.tools.ant.types.FileSet> fileSets)
-
-