Class RegisterTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class RegisterTask
    extends EpsilonTask
    • Field Detail

      • file

        protected java.io.File file
      • permanently

        protected boolean permanently
    • Constructor Detail

      • RegisterTask

        public RegisterTask()
    • 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 java.io.File getFile()
      • setFile

        public void setFile​(java.io.File file)
      • isPermanently

        public boolean isPermanently()
      • setPermanently

        public void setPermanently​(boolean permanently)