Uses of Package
org.sonar.batch.scan.filesystem

Packages that use org.sonar.batch.scan.filesystem
org.sonar.batch.maven This package is a part of bootstrap process, so we should take care about backward compatibility. 
org.sonar.batch.phases   
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.maven   
org.sonar.batch.scan.report   
org.sonar.batch.scan2   
 

Classes in org.sonar.batch.scan.filesystem used by org.sonar.batch.maven
DefaultModuleFileSystem
          This class can't be immutable because of execution of maven plugins that can change the project structure (see MavenPluginHandler and sonar.phase)
 

Classes in org.sonar.batch.scan.filesystem used by org.sonar.batch.phases
DefaultModuleFileSystem
          This class can't be immutable because of execution of maven plugins that can change the project structure (see MavenPluginHandler and sonar.phase)
FileSystemLogger
           
 

Classes in org.sonar.batch.scan.filesystem used by org.sonar.batch.scan.filesystem
ComponentIndexer
          Index all files/directories of the module in SQ database and importing source code.
DefaultModuleFileSystem
          This class can't be immutable because of execution of maven plugins that can change the project structure (see MavenPluginHandler and sonar.phase)
ExclusionFilters
           
FileIndexer
          Index input files into InputPathCache.
InputFileBuilderFactory
           
InputPathCache
          Cache of all files.
LanguageDetectionFactory
           
ModuleFileSystemInitializer
           
ModuleInputFileCache
           
PreviousFileHashLoader
           
StatusDetectionFactory
           
 

Classes in org.sonar.batch.scan.filesystem used by org.sonar.batch.scan.maven
DefaultModuleFileSystem
          This class can't be immutable because of execution of maven plugins that can change the project structure (see MavenPluginHandler and sonar.phase)
 

Classes in org.sonar.batch.scan.filesystem used by org.sonar.batch.scan.report
InputPathCache
          Cache of all files.
 

Classes in org.sonar.batch.scan.filesystem used by org.sonar.batch.scan2
DefaultModuleFileSystem
          This class can't be immutable because of execution of maven plugins that can change the project structure (see MavenPluginHandler and sonar.phase)
FileSystemLogger
           
InputPathCache
          Cache of all files.
 



Copyright © 2009–2015 SonarSource. All rights reserved.