Class EpsilonTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.eclipse.epsilon.workflow.tasks.EpsilonTask
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
AbstractLoadModelTask,DisposeModelsTask,DisposeModelTask,ExecutableModuleTask,RegisterTask,RegisterTaskStandalone,RemoveActiveTransactionTask,StartDebugServerTask,StartTransactionTask,StopDebugServerTask,StoreModelTask
public abstract class EpsilonTask
extends org.apache.tools.ant.Task
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanFields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidexecute()abstract voidprotected voidprotected List<NamedTransactionSupport>protected Fileprotected DebugServerSessionprotected ExtendedPropertiesgetModelRepository(org.apache.tools.ant.Project project) protected ModelRepositoryprotected Framebooleanbooleanbooleanprotected voidsetDebugSession(DebugServerSession session) voidsetFailOnErrors(boolean failOnErrors) voidsetFailOnWarnings(boolean failOnWarnings) voidsetProfile(boolean profile) protected voidsetProjectRepository(ModelRepository repository) booleanusesSharedModelRepository(org.apache.tools.ant.Project project) protected voidMethods 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, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Field Details
-
profile
protected boolean profile -
failOnErrors
protected boolean failOnErrors -
failOnWarnings
protected boolean failOnWarnings
-
-
Constructor Details
-
EpsilonTask
public EpsilonTask()
-
-
Method Details
-
execute
public final void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
executeImpl
public abstract void executeImpl() throws org.apache.tools.ant.BuildException- Throws:
org.apache.tools.ant.BuildException
-
fail
- Throws:
org.apache.tools.ant.BuildException
-
warn
- Throws:
org.apache.tools.ant.BuildException
-
getExtendedProperties
-
getProjectRepository
-
setProjectRepository
-
getDebugSession
-
setDebugSession
-
getActiveTransactions
-
getProjectStackFrame
-
getBaseDir
-
isProfile
public boolean isProfile() -
setProfile
public void setProfile(boolean profile) -
isFailOnErrors
public boolean isFailOnErrors() -
setFailOnErrors
public void setFailOnErrors(boolean failOnErrors) -
isFailOnWarnings
public boolean isFailOnWarnings() -
setFailOnWarnings
public void setFailOnWarnings(boolean failOnWarnings) -
getModelRepository
-