Groovy Documentation

org.gradle.api.tasks.util
Class AntDirective

java.lang.Object
  org.gradle.api.tasks.util.AntDirective

class AntDirective

author:
Hans Dockter


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

directive

groovy.lang.Closure directive


 
Constructor Detail

AntDirective

public AntDirective()


AntDirective

public AntDirective(groovy.lang.Closure directive)


 
Method Detail

addToAntBuilder

public def addToAntBuilder(def node, java.lang.String childNodeName)


 

Groovy Documentation