org.openarchitectureware.workflow.ant
Class WorkflowAntTask
java.lang.Object
Java
org.openarchitectureware.workflow.ant.WorkflowAntTask
public class WorkflowAntTask
- extends Java
Ant task that runs the openArchitectureWare Workflow Engine.
This task specializes the Java task.
- Since:
- 4.0
- Author:
- Sven Efftinge (http://www.efftinge.de)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowAntTask
public WorkflowAntTask()
getFile
public java.lang.String getFile()
setFile
public void setFile(java.lang.String file)
execute
public void execute()
throws BuildException
- Executes the
WorkflowRunner
.
- Throws:
BuildException
createParam
public java.lang.Object createParam()
- Creates a parameter. Invoked by ant for each
<param name="..." value="..."/> statement in the Ant
file.
- Returns:
- New
Param
instance