public class TargetDelegate extends Object
Constructor and Description |
---|
TargetDelegate(org.apache.tools.ant.Target tgt) |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.Task |
ant(groovy.lang.Closure<?> block)
Invoke an Ant block.
|
groovy.util.AntBuilder |
getAnt() |
<K> void |
perform(groovy.lang.Closure<K> cl) |
void |
requires(Object... targets) |
public void requires(Object... targets)
public <K> void perform(groovy.lang.Closure<K> cl)
public final groovy.util.AntBuilder getAnt()
public org.apache.tools.ant.Task ant(groovy.lang.Closure<?> block)