Class RegisterTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.eclipse.epsilon.workflow.tasks.EpsilonTask
org.eclipse.epsilon.workflow.tasks.emf.RegisterTask
All Implemented Interfaces:
Cloneable

public class RegisterTask extends EpsilonTask
  • Field Details

    • file

      protected File file
    • permanently

      protected boolean permanently
  • Constructor Details

    • RegisterTask

      public RegisterTask()
  • Method Details

    • executeImpl

      public void executeImpl() throws org.apache.tools.ant.BuildException
      Specified by:
      executeImpl in class EpsilonTask
      Throws:
      org.apache.tools.ant.BuildException
    • getFile

      public File getFile()
    • setFile

      public void setFile(File file)
    • isPermanently

      public boolean isPermanently()
    • setPermanently

      public void setPermanently(boolean permanently)