| Interface | Description |
|---|---|
| Compiler<T extends CompileSpec> | |
| CompileSpec | |
| GroovyCompileSpec | |
| GroovyJavaJointCompileSpec | |
| JavaCompilerFactory |
Creates Java compilers based on the provided compile options.
|
| JavaCompileSpec | |
| JvmLanguageCompileSpec |
| Class | Description |
|---|---|
| AntDepend | |
| ApiGroovyCompiler | |
| CommandLineJavaCompiler |
Executes the Java command line compiler specified in
JavaCompileSpec.forkOptions.getExecutable(). |
| CommandLineJavaCompilerArgumentsGenerator | |
| DefaultGroovyJavaJointCompileSpec | |
| DefaultJavaCompilerFactory | |
| DefaultJavaCompileSpec | |
| DefaultJvmLanguageCompileSpec | |
| DelegatingGroovyCompiler | |
| DelegatingJavaCompiler | |
| GroovyCompilerFactory | |
| IncrementalGroovyCompiler | |
| IncrementalJavaCompiler | |
| IncrementalJavaCompilerSupport<T extends JavaCompileSpec> |
A dumb incremental compiler.
|
| InProcessJavaCompilerFactory | |
| JavaCompilerArgumentsBuilder | |
| NormalizingGroovyCompiler |
A Groovy
Compiler which does some normalization of the compile configuration and behaviour before delegating to some other compiler. |
| NormalizingJavaCompiler |
A Java
Compiler which does some normalization of the compile configuration and behaviour before delegating to some other compiler. |
| SimpleStaleClassCleaner | |
| SimpleWorkResult | |
| StaleClassCleaner | |
| SunJavaCompiler |
| Exception | Description |
|---|---|
| CompilationFailedException |
Copyright © 2013. All rights reserved