public interface IIncrementalCompileDriver
IncrementalCompile
. Typically an IDE hosting an incremental compiler using
Javac will keep track of the set of changed resource files needing compilation and generate
this temporary Java class. Thus an implementor of this interface acts as a mediator so that:
getChangedFiles()
)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)?
|
boolean isIncremental()
Collection<File> getChangedFiles()
Copyright © 2024. All rights reserved.