@Component(role=com.google.code.sbt.compiler.api.AnalysisProcessor.class, hint="sbt0135", description="SBT 0.13.5 analysis processor") public class SBT0135AnalysisProcessor extends Object implements AnalysisProcessor
| Constructor and Description |
|---|
SBT0135AnalysisProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areClassFileTimestampsSupported()
Returns information if this compiler stores class file time stamps
in the incremental compilation analysis.
|
Analysis |
readFromFile(File analysisCacheFile)
Reads incremental compilation analysis from cache file.
|
public boolean areClassFileTimestampsSupported()
com.google.code.sbt.compiler.api.AnalysisProcessorareClassFileTimestampsSupported in interface AnalysisProcessorpublic Analysis readFromFile(File analysisCacheFile)
com.google.code.sbt.compiler.api.AnalysisProcessorreadFromFile in interface AnalysisProcessoranalysisCacheFile - the file to read analysis fromCopyright © 2013–2015. All rights reserved.