Class ExecuteStaticMethodTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.eclipse.epsilon.workflow.tasks.ExecuteStaticMethodTask
-
- All Implemented Interfaces:
Cloneable
public class ExecuteStaticMethodTask extends org.apache.tools.ant.Task
-
-
Constructor Summary
Constructors Constructor Description ExecuteStaticMethodTask()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()static voidfoo()StringgetJavaClass()StringgetMethod()voidsetJavaClass(String javaClass)voidsetMethod(String method)-
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
-
foo
public static void foo()
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
getJavaClass
public String getJavaClass()
-
setJavaClass
public void setJavaClass(String javaClass)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
-