public class BasicIncrementalCompileDriver extends Object implements IIncrementalCompileDriver
| Constructor and Description |
|---|
BasicIncrementalCompileDriver(boolean incremental) |
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
getChangedFiles()
Manifold's javac plugin calls this method after the ANALYZE phase of the class annotated with this method.
|
boolean |
isIncremental()
Is the compilation incremental, or is this a rebuild (full build)?
|
public BasicIncrementalCompileDriver(boolean incremental)
public boolean isIncremental()
IIncrementalCompileDriverisIncremental in interface IIncrementalCompileDriverpublic Collection<File> getChangedFiles()
IIncrementalCompileDrivergetChangedFiles in interface IIncrementalCompileDriverCopyright © 2024. All rights reserved.