| 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. |
| org.gradle.api.tasks.scala |
Scala
Task implementations. |
| org.gradle.plugins.binaries.model.internal |
Implementations of the native model classes.
|
| org.gradle.plugins.cpp.compiler.internal | |
| org.gradle.plugins.cpp.gpp.internal | |
| org.gradle.plugins.cpp.msvcpp.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiGroovyCompiler |
class |
CommandLineJavaCompiler
Executes the Java command line compiler specified in
JavaCompileSpec.forkOptions.getExecutable(). |
class |
DelegatingGroovyCompiler |
class |
DelegatingJavaCompiler |
class |
IncrementalGroovyCompiler |
class |
IncrementalJavaCompiler |
class |
IncrementalJavaCompilerSupport<T extends JavaCompileSpec>
A dumb incremental compiler.
|
class |
NormalizingGroovyCompiler
A Groovy
Compiler which does some normalization of the compile configuration and behaviour before delegating to some other compiler. |
class |
NormalizingJavaCompiler
A Java
Compiler which does some normalization of the compile configuration and behaviour before delegating to some other compiler. |
class |
SunJavaCompiler |
| 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 abstract Compiler<T> |
IncrementalJavaCompilerSupport.getCompiler() |
protected Compiler<JavaCompileSpec> |
IncrementalJavaCompiler.getCompiler() |
protected Compiler<GroovyJavaJointCompileSpec> |
IncrementalGroovyCompiler.getCompiler() |
| Constructor and Description |
|---|
ApiGroovyCompiler(Compiler<JavaCompileSpec> javaCompiler) |
IncrementalGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> compiler,
TaskOutputsInternal taskOutputs) |
IncrementalJavaCompiler(Compiler<JavaCompileSpec> compiler,
Factory<AntBuilder> antBuilderFactory,
TaskOutputsInternal taskOutputs) |
NormalizingGroovyCompiler(Compiler<GroovyJavaJointCompileSpec> delegate) |
NormalizingJavaCompiler(Compiler<JavaCompileSpec> delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonGroovyCompiler |
class |
DaemonJavaCompiler |
| Modifier and Type | Method and Description |
|---|---|
<T extends CompileSpec> |
CompilerDaemonServerProtocol.execute(Compiler<T> compiler,
T spec) |
<T extends CompileSpec> |
CompilerDaemonServer.execute(Compiler<T> compiler,
T spec) |
<T extends CompileSpec> |
CompilerDaemonClient.execute(Compiler<T> compiler,
T spec) |
<T extends CompileSpec> |
CompilerDaemon.execute(Compiler<T> compiler,
T spec) |
| Constructor and Description |
|---|
DaemonGroovyCompiler(ProjectInternal project,
Compiler<GroovyJavaJointCompileSpec> delegate,
CompilerDaemonFactory daemonFactory) |
DaemonJavaCompiler(ProjectInternal project,
Compiler<JavaCompileSpec> delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
Jdk6JavaCompiler |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScalaJavaJointCompiler |
class |
IncrementalScalaCompiler |
| Modifier and Type | Method and Description |
|---|---|
protected Compiler<ScalaJavaJointCompileSpec> |
IncrementalScalaCompiler.getCompiler() |
| Constructor and Description |
|---|
DefaultScalaJavaJointCompiler(Compiler<ScalaCompileSpec> scalaCompiler,
Compiler<JavaCompileSpec> javaCompiler) |
DefaultScalaJavaJointCompiler(Compiler<ScalaCompileSpec> scalaCompiler,
Compiler<JavaCompileSpec> javaCompiler) |
IncrementalScalaCompiler(Compiler<ScalaJavaJointCompileSpec> compiler,
TaskOutputsInternal taskOutputs) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<GroovyJavaJointCompileSpec> |
GroovyCompile.getCompiler() |
Compiler<JavaCompileSpec> |
Compile.getJavaCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroovyCompile.setCompiler(Compiler<GroovyJavaJointCompileSpec> compiler) |
void |
Compile.setJavaCompiler(Compiler<JavaCompileSpec> javaCompiler) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<ScalaJavaJointCompileSpec> |
ScalaCompile.getCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScalaCompile.setCompiler(Compiler<ScalaJavaJointCompileSpec> compiler) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<T> |
CompilerAdapter.createCompiler(Binary binary)
Creates a compiler which can compile the given binary.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryCompileSpec |
BinaryCompileSpecFactory.create(Binary binary,
Compiler<?> compiler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CppCompiler<T extends CppCompileSpec> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLineCppCompiler<T extends CppCompileSpec> |
| Modifier and Type | Class and Description |
|---|---|
class |
GppCompiler |
| Modifier and Type | Method and Description |
|---|---|
Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec> |
GppCompilerAdapter.createCompiler(Binary binary) |
| Modifier and Type | Method and Description |
|---|---|
BinaryCompileSpec |
GppCompileSpecFactory.create(Binary binary,
Compiler<?> compiler) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec> |
VisualCppCompilerAdapter.createCompiler(Binary binary) |
Copyright © 2013. All rights reserved