| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.project | |
| org.gradle.api.internal.project.ant | |
| org.gradle.api.internal.tasks.compile |
| Modifier and Type | Method and Description |
|---|---|
AntBuilder |
Project.ant(Closure configureClosure)
Executes the given closure against the
AntBuilder for this project. |
AntBuilder |
Project.createAntBuilder()
Creates an additional
AntBuilder for this project. |
AntBuilder |
Task.getAnt()
Returns the
AntBuilder for this task. |
AntBuilder |
Project.getAnt()
Returns the
AntBuilder for this project. |
AntBuilder |
AntBuilder.getAnt()
Returns this AntBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
AntBuilder |
AbstractTask.getAnt() |
| Modifier and Type | Method and Description |
|---|---|
AntBuilder |
AbstractProject.ant(Closure configureClosure) |
AntBuilder |
AbstractProject.createAntBuilder() |
AntBuilder |
AbstractProject.getAnt() |
| Modifier and Type | Method and Description |
|---|---|
protected Factory<AntBuilder> |
ProjectInternalServiceRegistry.createAntBuilderFactory() |
Factory<AntBuilder> |
AbstractProject.getAntBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.setAnt(AntBuilder ant) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.setAntBuilderFactory(Factory<AntBuilder> antBuilderFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAntBuilder |
| Constructor and Description |
|---|
DefaultJavaCompilerFactory(ProjectInternal project,
TemporaryFileProvider tempFileProvider,
Factory<AntBuilder> antBuilderFactory,
JavaCompilerFactory inProcessCompilerFactory) |
IncrementalJavaCompiler(Compiler<JavaCompileSpec> compiler,
Factory<AntBuilder> antBuilderFactory,
TaskOutputsInternal taskOutputs) |
Copyright © 2013. All rights reserved