public interface CompileAnalysis
extends java.io.Serializable
The analysis interface conforms the public API of the Analysis files that contain information about the incremental compilation of a project.
| Modifier and Type | Method and Description |
|---|---|
ReadCompilations |
readCompilations()
Returns a read-only interface to check information about the incremental compilations.
|
ReadSourceInfos |
readSourceInfos()
Returns a read-only source infos interface that allows users to get compiler
information on every source file they wish to.
|
ReadStamps |
readStamps()
Returns a read-only stamps interface that allows users to map files to stamps.
|
ReadStamps readStamps()
StampReadSourceInfos readSourceInfos()
SourceInfoReadCompilations readCompilations()
Compilation