|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.util.AntDirective
class AntDirective
Property Summary | |
---|---|
groovy.lang.Closure |
directive
|
Constructor Summary | |
AntDirective()
|
|
AntDirective(groovy.lang.Closure directive)
|
Method Summary | |
---|---|
def
|
addToAntBuilder(def node, java.lang.String childNodeName)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
groovy.lang.Closure directive
Constructor Detail |
---|
public AntDirective()
public AntDirective(groovy.lang.Closure directive)
Method Detail |
---|
public def addToAntBuilder(def node, java.lang.String childNodeName)
Groovy Documentation