|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyResolverInterface
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 |
---|
void clear()
void setProjects(java.util.List projects)
projects
- List of projects.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.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.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 |