| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.compile | |
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| org.gradle.api.tasks.scala |
Scala
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
CompileOptions |
StaleClassCleaner.getCompileOptions() |
CompileOptions |
JavaCompileSpec.getCompileOptions() |
CompileOptions |
DefaultJavaCompileSpec.getCompileOptions() |
| Modifier and Type | Method and Description |
|---|---|
Compiler<JavaCompileSpec> |
JavaCompilerFactory.create(CompileOptions options) |
Compiler<JavaCompileSpec> |
InProcessJavaCompilerFactory.create(CompileOptions options) |
Compiler<JavaCompileSpec> |
DefaultJavaCompilerFactory.create(CompileOptions options) |
void |
StaleClassCleaner.setCompileOptions(CompileOptions compileOptions) |
| Modifier and Type | Method and Description |
|---|---|
CompileOptions |
GroovyCompile.getOptions()
Returns the options for Java compilation.
|
CompileOptions |
Compile.getOptions()
Returns the compilation options.
|
| Modifier and Type | Method and Description |
|---|---|
CompileOptions |
ScalaCompile.getOptions()
Returns the Java compilation options.
|
Copyright © 2013. All rights reserved