Class RegisterTaskStandalone

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.RegisterTaskStandalone
All Implemented Interfaces:
Cloneable

public class RegisterTaskStandalone extends EpsilonTask
Standalone implementation of the epsilon.emf.register ANT task that does not support permanent metamodel registration and does not depend on emf.dt. We use this class in tasks.xml and the other RegisterTask class from the src folder in plugin.xml
  • Field Details

    • file

      protected File file
    • permanently

      protected boolean permanently
  • Constructor Details

    • RegisterTaskStandalone

      public RegisterTaskStandalone()
  • 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)