org.sonar.batch.scan.filesystem
Class ComponentIndexer

java.lang.Object
  extended by 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

Constructor Summary
ComponentIndexer(Project module, Languages languages, SonarIndex sonarIndex, Settings settings, ResourceKeyMigration migration)
           
 
Method Summary
 void execute(FileSystem fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentIndexer

public ComponentIndexer(Project module,
                        Languages languages,
                        SonarIndex sonarIndex,
                        Settings settings,
                        ResourceKeyMigration migration)
Method Detail

execute

public void execute(FileSystem fs)


Copyright © 2009–2015 SonarSource. All rights reserved.