|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
void |
clear()
Clear the project list and set the graph built flag to false. |
java.util.List |
getSortedDependencies(boolean sourceBuild)
Get the list of projects in dependency sorted order. |
java.util.List |
getSortedDependencies(Project project)
Get the list of projects in dependency sorted order. |
java.util.List |
getSortedDependencies(Project project,
boolean sourceBuild)
Get the list of projects in dependency sorted order. |
void |
setProjects(java.util.List projects)
Set a list of projects to process. |
| Method Detail |
public void clear()
public void setProjects(java.util.List projects)
projects - List of projects.
public java.util.List getSortedDependencies(Project project)
throws DependencyResolverException
project - The project to use as the head of the graph.
DependencyResolverException - If an error occurs while processing the graph.
public java.util.List getSortedDependencies(Project project,
boolean sourceBuild)
throws DependencyResolverException
project - The project to use as the head of the graph.sourceBuild - Indicate we are performing a source build.
DependencyResolverException - If an error occurs while processing the graph.
public java.util.List getSortedDependencies(boolean sourceBuild)
throws DependencyResolverException
sourceBuild - Flag to indicate we are performing a source build.
DependencyResolverException - If an error occurs while processing the graph.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||