org.sonar.api.batch.bootstrap
Class ProjectReactor

java.lang.Object
  extended by org.sonar.api.batch.bootstrap.ProjectReactor
All Implemented Interfaces:
BatchComponent

public final class ProjectReactor
extends Object
implements BatchComponent

Since:
2.9

Constructor Summary
ProjectReactor(ProjectDefinition root)
           
 
Method Summary
 List<ProjectDefinition> getProjects()
           
 ProjectDefinition getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectReactor

public ProjectReactor(ProjectDefinition root)
Method Detail

getProjects

public List<ProjectDefinition> getProjects()

getRoot

public ProjectDefinition getRoot()


Copyright © 2009-2012 SonarSource. All Rights Reserved.