|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.GroovyObjectSupport groovy.util.BuilderSupport groovy.util.AntBuilder org.gradle.api.AntBuilder
public abstract class AntBuilder extends AntBuilder
An AntBuilder allows you to use Ant from your build script.
Method Summary | |
---|---|
AntBuilder
|
getAnt()
Returns this AntBuilder. |
Map
|
getProperties()
Returns the properties of the Ant project. |
Map
|
getReferences()
Returns the references of the Ant project. |
void
|
importBuild(Object antBuildFile)
Imports an Ant build into the associated Gradle project. |
Methods inherited from class AntBuilder | |
---|---|
getProject, getAntXmlContext, getAntProject, invokeMethod, invokeMethod, setProperty, getProperty, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class BuilderSupport | |
---|---|
invokeMethod, invokeMethod, setProperty, getProperty, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public AntBuilder getAnt()
public Map getProperties()
public Map getReferences()
public void importBuild(Object antBuildFile)
antBuildFile
- The build file. This is resolved as per Project#file(Object)#file(Object).
Gradle API 1.12