public interface DependencyResolverInterface
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.