Uses of Class
org.sonarsource.scanner.lib.internal.cache.FileCache
Packages that use FileCache
Package
Description
-
Uses of FileCache in org.sonarsource.scanner.lib.internal.cache
Methods in org.sonarsource.scanner.lib.internal.cache that return FileCache -
Uses of FileCache in org.sonarsource.scanner.lib.internal.facade.forked
Methods in org.sonarsource.scanner.lib.internal.facade.forked with parameters of type FileCacheModifier and TypeMethodDescriptionScannerEngineLauncherFactory.createLauncher(ScannerHttpClient scannerHttpClient, FileCache fileCache, Map<String, String> properties) JavaRunnerFactory.createRunner(ScannerHttpClient scannerHttpClient, FileCache fileCache, Map<String, String> properties) -
Uses of FileCache in org.sonarsource.scanner.lib.internal.facade.inprocess
Methods in org.sonarsource.scanner.lib.internal.facade.inprocess with parameters of type FileCacheModifier and TypeMethodDescriptionIsolatedLauncherFactory.createLauncher(ScannerHttpClient scannerHttpClient, FileCache fileCache)