Gant 1.9.9

org.codehaus.gant
[Java] Class GantBuilder

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.util.BuilderSupport
          groovy.util.AntBuilder
              org.codehaus.gant.GantBuilder

public class GantBuilder
extends groovy.util.AntBuilder

This class is a sub-class of AntBuilder to provide extra capabilities. In particular, a dry-run capability, and things to help support interaction between Gant and the underlying Project.

Authors:
Russel Winder


Constructor Summary
GantBuilder()

GantBuilder(org.apache.tools.ant.Project project)

 
Method Summary
org.apache.tools.ant.BuildLogger getLogger()

Accessor for the logger associated with the Project.

java.lang.Object invokeMethod(java.lang.String name, java.lang.Object arguments)

 
Methods inherited from class groovy.util.AntBuilder
groovy.util.AntBuilder#getProject(), groovy.util.AntBuilder#getAntXmlContext(), groovy.util.AntBuilder#getAntProject(), groovy.util.AntBuilder#invokeMethod(java.lang.String), groovy.util.AntBuilder#invokeMethod(java.lang.String, java.lang.Object), groovy.util.AntBuilder#getMetaClass(), groovy.util.AntBuilder#setMetaClass(groovy.lang.MetaClass), groovy.util.AntBuilder#setProperty(java.lang.String, java.lang.Object), groovy.util.AntBuilder#getProperty(java.lang.String), groovy.util.AntBuilder#wait(long, int), groovy.util.AntBuilder#wait(long), groovy.util.AntBuilder#wait(), groovy.util.AntBuilder#equals(java.lang.Object), groovy.util.AntBuilder#toString(), groovy.util.AntBuilder#hashCode(), groovy.util.AntBuilder#getClass(), groovy.util.AntBuilder#notify(), groovy.util.AntBuilder#notifyAll()
 
Methods inherited from class groovy.util.BuilderSupport
groovy.util.BuilderSupport#invokeMethod(java.lang.String), groovy.util.BuilderSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.util.BuilderSupport#getMetaClass(), groovy.util.BuilderSupport#setMetaClass(groovy.lang.MetaClass), groovy.util.BuilderSupport#setProperty(java.lang.String, java.lang.Object), groovy.util.BuilderSupport#getProperty(java.lang.String), groovy.util.BuilderSupport#wait(long, int), groovy.util.BuilderSupport#wait(long), groovy.util.BuilderSupport#wait(), groovy.util.BuilderSupport#equals(java.lang.Object), groovy.util.BuilderSupport#toString(), groovy.util.BuilderSupport#hashCode(), groovy.util.BuilderSupport#getClass(), groovy.util.BuilderSupport#notify(), groovy.util.BuilderSupport#notifyAll()
 

Constructor Detail

GantBuilder

public GantBuilder()


GantBuilder

public GantBuilder(org.apache.tools.ant.Project project)


 
Method Detail

getLogger

public org.apache.tools.ant.BuildLogger getLogger()
Accessor for the logger associated with the Project.
Returns:
The BuildLogger.


invokeMethod

public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object arguments)


 

Copyright © 2006–2013 The Codehaus. All Rights Reserved.