org.sonar.batch.scan.filesystem
Class ComponentIndexer
java.lang.Object
org.sonar.batch.scan.filesystem.ComponentIndexer
- All Implemented Interfaces:
- BatchComponent
public class ComponentIndexer
- extends Object
- implements BatchComponent
Index all files/directories of the module in SQ database and importing source code.
- Since:
- 4.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentIndexer
public ComponentIndexer(Project module,
Languages languages,
SonarIndex sonarIndex,
Settings settings,
ResourceKeyMigration migration)
execute
public void execute(FileSystem fs)
Copyright © 2009–2015 SonarSource. All rights reserved.