Uses of Interface
org.sonar.plugins.python.api.caching.CacheContext
-
Packages that use CacheContext Package Description org.sonar.plugins.python.api org.sonar.plugins.python.api.internal org.sonar.python org.sonar.python.caching -
-
Uses of CacheContext in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return CacheContext Modifier and Type Method Description CacheContextPythonInputFileContext. cacheContext()CacheContextSubscriptionContext. cacheContext()Constructors in org.sonar.plugins.python.api with parameters of type CacheContext Constructor Description PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext)PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) -
Uses of CacheContext in org.sonar.plugins.python.api.internal
Methods in org.sonar.plugins.python.api.internal with parameters of type CacheContext Modifier and Type Method Description voidEndOfAnalysis. endOfAnalysis(CacheContext cacheContext)A method called when all files have been processed. -
Uses of CacheContext in org.sonar.python
Methods in org.sonar.python with parameters of type CacheContext Modifier and Type Method Description static PythonVisitorContextTestPythonVisitorRunner. createContext(File file, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) -
Uses of CacheContext in org.sonar.python.caching
Classes in org.sonar.python.caching that implement CacheContext Modifier and Type Class Description classCacheContextImpl
-