Class GrailsConsoleAntBuilder

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class GrailsConsoleAntBuilder
    extends groovy.ant.AntBuilder
    Silences ant builder output.
    Since:
    2.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addGrailsConsoleBuildListener​(org.apache.tools.ant.Project project)  
      protected static org.apache.tools.ant.Project createAntProject()  
      • Methods inherited from class groovy.ant.AntBuilder

        buildAttributes, createNode, createNode, createNode, createNode, createProject, doInvokeMethod, getAntProject, getAntXmlContext, getProject, isSaveStreams, nodeCompleted, setParent, setSaveStreams, setText
      • Methods inherited from class groovy.util.BuilderSupport

        getCurrent, getName, invokeMethod, invokeMethod, postNodeCompletion, setClosureDelegate, setCurrent
      • Methods inherited from class groovy.lang.GroovyObjectSupport

        getMetaClass, setMetaClass
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, setProperty
    • Constructor Detail

      • GrailsConsoleAntBuilder

        public GrailsConsoleAntBuilder​(org.apache.tools.ant.Project project)
      • GrailsConsoleAntBuilder

        public GrailsConsoleAntBuilder()
    • Method Detail

      • createAntProject

        protected static org.apache.tools.ant.Project createAntProject()
        Returns:
        Factory method to create new Project instances
      • addGrailsConsoleBuildListener

        public static void addGrailsConsoleBuildListener​(org.apache.tools.ant.Project project)