public interface IsolatedAntBuilder
AntBuilder instance.| Modifier and Type | Method and Description |
|---|---|
void |
execute(Closure antClosure)
Executes the given closure against an isolated
AntBuilder instance. |
IsolatedAntBuilder |
withClasspath(Iterable<File> classpath)
Creates a copy of this builder which uses the given libraries.
|
IsolatedAntBuilder |
withGroovy(Iterable<File> classpath)
Creates a copy of this builder which uses the given version of Groovy.
|
IsolatedAntBuilder withGroovy(Iterable<File> classpath)
classpath - The Groovy classpath.IsolatedAntBuilder withClasspath(Iterable<File> classpath)
classpath - The library classpathvoid execute(Closure antClosure)
AntBuilder instance. The builder will
have visible to it an isolated version of Ant, Groovy and the specified libraries (if any). Each call to this
method is given a separate Ant project.antClosure - The closure to executeCopyright © 2013. All rights reserved