|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.AntBuilder
class AntBuilder
An AntBuilder allows you to use Ant from your build script.
| Constructor Summary | |
AntBuilder()
|
|
| Method Summary | |
|---|---|
Map
|
getProperties()
Returns the properties of the Ant project. |
Map
|
getReferences()
Returns the references of the Ant project. |
void
|
importBuild(java.lang.Object antBuildFile)
Imports an Ant build into the associated Gradle project. |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
AntBuilder()
| Method Detail |
|---|
public Map getProperties()
public Map getReferences()
public void importBuild(java.lang.Object antBuildFile)
Groovy Documentation