| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.compile | |
| org.gradle.api.internal.tasks.compile.daemon | |
| org.gradle.api.internal.tasks.compile.jdk6 | |
| org.gradle.api.internal.tasks.scala | |
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalJavaCompilerSupport<T extends JavaCompileSpec>
A dumb incremental compiler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroovyJavaJointCompileSpec |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroovyJavaJointCompileSpec |
class |
DefaultJavaCompileSpec |
| Modifier and Type | Method and Description |
|---|---|
Compiler<JavaCompileSpec> |
JavaCompilerFactory.create(CompileOptions options) |
Compiler<JavaCompileSpec> |
InProcessJavaCompilerFactory.create(CompileOptions options) |
Compiler<JavaCompileSpec> |
DefaultJavaCompilerFactory.create(CompileOptions options) |
protected Compiler<JavaCompileSpec> |
IncrementalJavaCompiler.getCompiler() |
| Modifier and Type | Method and Description |
|---|---|
protected StaleClassCleaner |
IncrementalJavaCompiler.createCleaner(JavaCompileSpec spec) |
WorkResult |
SunJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
NormalizingJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
DelegatingJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
CommandLineJavaCompiler.execute(JavaCompileSpec spec) |
Iterable<String> |
CommandLineJavaCompilerArgumentsGenerator.generate(JavaCompileSpec spec) |
| Constructor and Description |
|---|
JavaCompilerArgumentsBuilder(JavaCompileSpec spec) |
| Constructor and Description |
|---|
ApiGroovyCompiler(Compiler<JavaCompileSpec> javaCompiler) |
IncrementalJavaCompiler(Compiler<JavaCompileSpec> compiler,
Factory<AntBuilder> antBuilderFactory,
TaskOutputsInternal taskOutputs) |
NormalizingJavaCompiler(Compiler<JavaCompileSpec> delegate) |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
DaemonJavaCompiler.execute(JavaCompileSpec spec) |
| Constructor and Description |
|---|
DaemonJavaCompiler(ProjectInternal project,
Compiler<JavaCompileSpec> delegate) |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
Jdk6JavaCompiler.execute(JavaCompileSpec spec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScalaJavaJointCompileSpec |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScalaJavaJointCompileSpec |
| Constructor and Description |
|---|
DefaultScalaJavaJointCompiler(Compiler<ScalaCompileSpec> scalaCompiler,
Compiler<JavaCompileSpec> javaCompiler) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<JavaCompileSpec> |
Compile.getJavaCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Compile.setJavaCompiler(Compiler<JavaCompileSpec> javaCompiler) |
Copyright © 2013. All rights reserved