org.sonar.api.batch.bootstrap
Class ProjectReactor

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

public class ProjectReactor
extends Object
implements BatchComponent

Since:
2.9

Constructor Summary
ProjectReactor(ProjectDefinition root)
           
 
Method Summary
 ProjectDefinition getProject(String key)
           
 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()

getProject

public ProjectDefinition getProject(String key)


Copyright © 2009-2014 SonarSource. All Rights Reserved.