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 void
execute()
File
getFile()
List<org.apache.tools.ant.types.FileSet>
getFileSets()
String
getProcessEngineName()
void
setFile(File file)
void
setFileSets(List<org.apache.tools.ant.types.FileSet> fileSets)
void
setProcessEngineName(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:
execute
in 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)
-
-