public class IncrementalJavaCompiler extends IncrementalJavaCompilerSupport<JavaCompileSpec> implements Compiler<JavaCompileSpec>
| Constructor and Description |
|---|
IncrementalJavaCompiler(Compiler<JavaCompileSpec> compiler,
Factory<AntBuilder> antBuilderFactory,
TaskOutputsInternal taskOutputs) |
| Modifier and Type | Method and Description |
|---|---|
protected StaleClassCleaner |
createCleaner(JavaCompileSpec spec) |
protected Compiler<JavaCompileSpec> |
getCompiler() |
executepublic IncrementalJavaCompiler(Compiler<JavaCompileSpec> compiler, Factory<AntBuilder> antBuilderFactory, TaskOutputsInternal taskOutputs)
protected Compiler<JavaCompileSpec> getCompiler()
getCompiler in class IncrementalJavaCompilerSupport<JavaCompileSpec>protected StaleClassCleaner createCleaner(JavaCompileSpec spec)
createCleaner in class IncrementalJavaCompilerSupport<JavaCompileSpec>Copyright © 2013. All rights reserved