org.sonar.batch.scan.filesystem
Class FileIndexer
java.lang.Object
org.sonar.batch.scan.filesystem.FileIndexer
- All Implemented Interfaces:
- BatchComponent
public class FileIndexer
- extends Object
- implements BatchComponent
Index input files into InputPathCache.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileIndexer
public FileIndexer(List<InputFileFilter> filters,
ExclusionFilters exclusionFilters,
InputFileBuilderFactory inputFileBuilderFactory,
InputPathCache cache,
ProjectDefinition def)
Copyright © 2009–2015 SonarSource. All rights reserved.