| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.compile | |
| org.gradle.api.internal.tasks.compile.daemon | |
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroovyJavaJointCompileSpec |
| Modifier and Type | Method and Description |
|---|---|
protected Compiler<GroovyJavaJointCompileSpec> |
IncrementalGroovyCompiler.getCompiler() |
| Modifier and Type | Method and Description |
|---|---|
protected StaleClassCleaner |
IncrementalGroovyCompiler.createCleaner(GroovyJavaJointCompileSpec spec) |
WorkResult |
NormalizingGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
WorkResult |
DelegatingGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
WorkResult |
ApiGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
| Constructor and Description |
|---|
IncrementalGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> compiler,
TaskOutputsInternal taskOutputs) |
NormalizingGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> delegate) |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
DaemonGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
| Constructor and Description |
|---|
DaemonGroovyCompiler(ProjectInternal project,
Compiler<GroovyJavaJointCompileSpec> delegate,
CompilerDaemonFactory daemonFactory) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<GroovyJavaJointCompileSpec> |
GroovyCompile.getCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroovyCompile.setCompiler(Compiler<GroovyJavaJointCompileSpec> compiler) |
Copyright © 2013. All rights reserved