Uses of Class
org.sonar.batch.scan.filesystem.InputPathCache

Packages that use InputPathCache
org.sonar.batch.scan.filesystem This package is a part of bootstrap process, so we should take care about backward compatibility. 
org.sonar.batch.scan.report   
org.sonar.batch.scan2   
 

Uses of InputPathCache in org.sonar.batch.scan.filesystem
 

Methods in org.sonar.batch.scan.filesystem that return InputPathCache
 InputPathCache InputPathCache.put(String moduleKey, InputDir inputDir)
           
 InputPathCache InputPathCache.put(String moduleKey, InputFile inputFile)
           
 InputPathCache InputPathCache.remove(String moduleKey, InputDir inputDir)
           
 InputPathCache InputPathCache.remove(String moduleKey, InputFile inputFile)
           
 InputPathCache InputPathCache.removeModule(String moduleKey)
           
 

Constructors in org.sonar.batch.scan.filesystem with parameters of type InputPathCache
FileIndexer(List<InputFileFilter> filters, ExclusionFilters exclusionFilters, InputFileBuilderFactory inputFileBuilderFactory, InputPathCache cache, ProjectDefinition def)
           
ModuleInputFileCache(ProjectDefinition projectDef, InputPathCache projectCache)
           
 

Uses of InputPathCache in org.sonar.batch.scan.report
 

Constructors in org.sonar.batch.scan.report with parameters of type InputPathCache
JsonReport(Settings settings, FileSystem fileSystem, Server server, RuleFinder ruleFinder, IssueCache issueCache, EventBus eventBus, AnalysisMode analysisMode, UserFinder userFinder, Project rootModule, InputPathCache fileCache)
           
 

Uses of InputPathCache in org.sonar.batch.scan2
 

Constructors in org.sonar.batch.scan2 with parameters of type InputPathCache
DefaultFileLinesContextFactory(InputPathCache fileCache, MetricFinder metricFinder, AnalyzerMeasureCache measureCache, ProjectDefinition def)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.