|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task org.eclipse.epsilon.workflow.tasks.EpsilonTask
public abstract class EpsilonTask
Constructor Summary | |
---|---|
EpsilonTask()
|
Method Summary | |
---|---|
void |
execute()
|
abstract void |
executeImpl()
|
boolean |
isFailOnErrors()
|
boolean |
isFailOnWarnings()
|
boolean |
isProfile()
|
void |
setFailOnErrors(boolean failOnErrors)
|
void |
setFailOnWarnings(boolean failOnWarnings)
|
void |
setProfile(boolean profile)
|
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EpsilonTask()
Method Detail |
---|
public final void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public abstract void executeImpl() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public boolean isProfile()
public void setProfile(boolean profile)
public boolean isFailOnErrors()
public void setFailOnErrors(boolean failOnErrors)
public boolean isFailOnWarnings()
public void setFailOnWarnings(boolean failOnWarnings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |