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 Details

    • model

      protected String model
    • target

      protected File target
    • targetUri

      protected URI targetUri
  • Constructor Details

    • StoreModelTask

      public StoreModelTask()
  • Method Details

    • executeImpl

      public void executeImpl() throws org.apache.tools.ant.BuildException
      Specified by:
      executeImpl in class EpsilonTask
      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