Groovy Documentation

org.gradle.api.tasks
Interface AntBuilderAware


interface AntBuilderAware

An AntBuilderAware represents an object which can add itself to Ant tasks, using an org.gradle.api.AntBuilder.

author:
Hans Dockter


Method Summary
def addToAntBuilder(def node, java.lang.String childNodeName)

 

Method Detail

addToAntBuilder

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


 

Groovy Documentation