Class EpsilonTask

    • Field Detail

      • profile

        protected boolean profile
      • failOnErrors

        protected boolean failOnErrors
      • failOnWarnings

        protected boolean failOnWarnings
    • Constructor Detail

      • EpsilonTask

        public EpsilonTask()
    • Method Detail

      • execute

        public final void execute()
                           throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class org.apache.tools.ant.Task
        Throws:
        org.apache.tools.ant.BuildException
      • executeImpl

        public abstract void executeImpl()
                                  throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException
      • fail

        protected void fail​(java.lang.String message,
                            java.lang.Exception exception)
                     throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException
      • warn

        protected void warn​(java.lang.String message)
                     throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException
      • setProjectRepository

        protected void setProjectRepository​(ModelRepository repository)
      • getProjectStackFrame

        protected Frame getProjectStackFrame()
      • getBaseDir

        protected java.io.File getBaseDir()
      • isProfile

        public boolean isProfile()
      • setProfile

        public void setProfile​(boolean profile)
      • isFailOnErrors

        public boolean isFailOnErrors()
      • setFailOnErrors

        public void setFailOnErrors​(boolean failOnErrors)
      • isFailOnWarnings

        public boolean isFailOnWarnings()
      • setFailOnWarnings

        public void setFailOnWarnings​(boolean failOnWarnings)