org.sonar.batch.referential
Class DefaultProjectReferentialsLoader

java.lang.Object
  extended by org.sonar.batch.referential.DefaultProjectReferentialsLoader
All Implemented Interfaces:
ProjectReferentialsLoader

public class DefaultProjectReferentialsLoader
extends Object
implements ProjectReferentialsLoader


Constructor Summary
DefaultProjectReferentialsLoader(ServerClient serverClient, AnalysisMode analysisMode)
           
 
Method Summary
 ProjectReferentials load(ProjectReactor reactor, TaskProperties taskProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProjectReferentialsLoader

public DefaultProjectReferentialsLoader(ServerClient serverClient,
                                        AnalysisMode analysisMode)
Method Detail

load

public ProjectReferentials load(ProjectReactor reactor,
                                TaskProperties taskProperties)
Specified by:
load in interface ProjectReferentialsLoader


Copyright © 2009–2015 SonarSource. All rights reserved.