org.sonar.batch.scan.filesystem
Class InputFileBuilderFactory

java.lang.Object
  extended by org.sonar.batch.scan.filesystem.InputFileBuilderFactory
All Implemented Interfaces:
BatchComponent

public class InputFileBuilderFactory
extends Object
implements BatchComponent


Constructor Summary
InputFileBuilderFactory(ProjectDefinition def, PathResolver pathResolver, LanguageDetectionFactory langDetectionFactory, StatusDetectionFactory statusDetectionFactory, AnalysisMode analysisMode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFileBuilderFactory

public InputFileBuilderFactory(ProjectDefinition def,
                               PathResolver pathResolver,
                               LanguageDetectionFactory langDetectionFactory,
                               StatusDetectionFactory statusDetectionFactory,
                               AnalysisMode analysisMode)


Copyright © 2009–2015 SonarSource. All rights reserved.