public abstract class IncrementalJavaCompilerSupport<T extends JavaCompileSpec> extends Object implements Compiler<T>
| Constructor and Description |
|---|
IncrementalJavaCompilerSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StaleClassCleaner |
createCleaner(T spec) |
WorkResult |
execute(T spec) |
protected abstract Compiler<T> |
getCompiler() |
public WorkResult execute(T spec)
execute in interface Compiler<T extends JavaCompileSpec>protected abstract StaleClassCleaner createCleaner(T spec)
Copyright © 2013. All rights reserved