| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectDependencyGraph
Describes the inter-dependencies between projects in the reactor.
| Method Summary | |
|---|---|
|  List<MavenProject> | getDownstreamProjects(MavenProject project,
                                           boolean transitive)Gets the downstream projects of the specified project. | 
|  List<MavenProject> | getSortedProjects()Gets all projects in their intended build order, i.e. after topologically sorting the projects according to their inter-dependencies. | 
|  List<MavenProject> | getUpstreamProjects(MavenProject project,
                                       boolean transitive)Gets the upstream projects of the specified project. | 
| Method Detail | 
|---|
List<MavenProject> getSortedProjects()
null.
List<MavenProject> getDownstreamProjects(MavenProject project,
                                         boolean transitive)
project - The project whose downstream projects should be retrieved, must not be null.transitive - A flag whether to retrieve all direct and indirect downstream projects or just the immediate
            downstream projects.
null.
List<MavenProject> getUpstreamProjects(MavenProject project,
                                       boolean transitive)
project - The project whose upstream projects should be retrieved, must not be null.transitive - A flag whether to retrieve all direct and indirect upstream projects or just the immediate
            upstream projects.
null.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||