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()
IIncrementalCompileDriver
isIncremental
in interface IIncrementalCompileDriver
public Collection<File> getChangedFiles()
IIncrementalCompileDriver
getChangedFiles
in interface IIncrementalCompileDriver
Copyright © 2024. All rights reserved.