org.sonar.batch.bootstrapper
Class Reactor

java.lang.Object
  extended by org.sonar.batch.bootstrapper.Reactor

public class Reactor
extends Object

Describes order of projects.

Since:
2.6

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

Constructor Detail

Reactor

public Reactor(ProjectDefinition root)

Reactor

public Reactor(List<ProjectDefinition> sortedProjects)
Method Detail

getSortedProjects

public List<ProjectDefinition> getSortedProjects()

toProjectReactor

public ProjectReactor toProjectReactor()


Copyright © 2009-2011 SonarSource. All Rights Reserved.