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()Methods in org.sonar.plugins.python.api with parameters of type CacheContextModifier and TypeMethodDescriptionPythonVisitorContext.Builder.cacheContext(CacheContext cacheContext) Constructors in org.sonar.plugins.python.api with parameters of type CacheContextModifierConstructorDescriptionPythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct, ProjectLevelSymbolTable projectLevelSymbolTable) PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext, ProjectLevelSymbolTable projectLevelSymbolTable) -
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) static PythonVisitorContextTestPythonVisitorRunner.createContext(File file, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext, ProjectConfiguration projectConfiguration) static PythonVisitorContextTestPythonVisitorRunner.createContext(TestPythonVisitorRunner.MockPythonFile file, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) static PythonVisitorContextTestPythonVisitorRunner.createNotebookContext(File file, Map<Integer, IPythonLocation> locations, String content, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) -
Uses of CacheContext in org.sonar.python.caching
Classes in org.sonar.python.caching that implement CacheContext