Class 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 Detail

      • file

        protected File file
      • permanently

        protected boolean permanently
    • Constructor Detail

      • RegisterTaskStandalone

        public RegisterTaskStandalone()
    • Method Detail

      • 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)