Class StoreModelTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.eclipse.epsilon.workflow.tasks.EpsilonTask
-
- org.eclipse.epsilon.workflow.tasks.StoreModelTask
-
- All Implemented Interfaces:
Cloneable
public class StoreModelTask extends EpsilonTask
-
-
Field Summary
Fields Modifier and Type Field Description protected String
model
protected File
target
protected URI
targetUri
-
Fields inherited from class org.eclipse.epsilon.workflow.tasks.EpsilonTask
failOnErrors, failOnWarnings, profile
-
-
Constructor Summary
Constructors Constructor Description StoreModelTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeImpl()
String
getModel()
File
getTarget()
URI
getTargetUri()
void
setModel(String model)
void
setTarget(File target)
void
setTargetFile(File file)
void
setTargetUri(String uriStr)
-
Methods inherited from class org.eclipse.epsilon.workflow.tasks.EpsilonTask
execute, fail, getActiveTransactions, getBaseDir, getExtendedProperties, getModelRepository, getProjectRepository, getProjectStackFrame, isFailOnErrors, isFailOnWarnings, isProfile, setFailOnErrors, setFailOnWarnings, setProfile, setProjectRepository, usesSharedModelRepository, warn
-
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
-
executeImpl
public void executeImpl() throws org.apache.tools.ant.BuildException
- Specified by:
executeImpl
in classEpsilonTask
- Throws:
org.apache.tools.ant.BuildException
-
getModel
public String getModel()
-
setModel
public void setModel(String model)
-
getTarget
public File getTarget()
-
setTarget
public void setTarget(File target)
-
getTargetUri
public URI getTargetUri()
-
setTargetUri
public void setTargetUri(String uriStr) throws URISyntaxException
- Throws:
URISyntaxException
-
setTargetFile
public void setTargetFile(File file)
- Since:
- 1.6
-
-