Uses of Interface
org.sonar.plugins.python.api.caching.CacheContext
Packages that use CacheContext
Package
Description
-
Uses of CacheContext in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return CacheContextModifier and TypeMethodDescriptionPythonInputFileContext.cacheContext()SubscriptionContext.cacheContext()Constructors in org.sonar.plugins.python.api with parameters of type CacheContextModifierConstructorDescriptionPythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext) PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct) -
Uses of CacheContext in org.sonar.plugins.python.api.internal
Methods in org.sonar.plugins.python.api.internal with parameters of type CacheContextModifier and TypeMethodDescriptionvoidEndOfAnalysis.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 CacheContextModifier and TypeMethodDescriptionstatic 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