Class CacheStrategy
- java.lang.Object
-
- org.sonar.plugins.javascript.eslint.cache.CacheStrategy
-
public class CacheStrategy extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAnalysisRequired()
void
writeGeneratedFilesToCache(List<String> generatedFiles)
-
-
-
Method Detail
-
isAnalysisRequired
public boolean isAnalysisRequired()
-
writeGeneratedFilesToCache
public void writeGeneratedFilesToCache(@Nullable List<String> generatedFiles) throws IOException
- Throws:
IOException
-
-