public abstract class AntBuilder extends AntBuilder
An AntBuilder
allows you to use Ant from your build script.
Constructor and Description |
---|
AntBuilder() |
Modifier and Type | Method and Description |
---|---|
AntBuilder |
getAnt()
Returns this AntBuilder.
|
abstract Map<String,Object> |
getProperties()
Returns the properties of the Ant project.
|
abstract Map<String,Object> |
getReferences()
Returns the references of the Ant project.
|
abstract void |
importBuild(Object antBuildFile)
Imports an Ant build into the associated Gradle project.
|
buildAttributes, createNode, createNode, createNode, createNode, createProject, doInvokeMethod, getAntProject, getAntXmlContext, getProject, isSaveStreams, nodeCompleted, setParent, setSaveStreams, setText
getCurrent, getName, invokeMethod, invokeMethod, postNodeCompletion, setClosureDelegate, setCurrent
getMetaClass, getProperty, setMetaClass, setProperty
public abstract Map<String,Object> getProperties()
public abstract Map<String,Object> getReferences()
public abstract void importBuild(Object antBuildFile)
antBuildFile
- The build file. This is resolved as per Project.file(Object)
.public AntBuilder getAnt()