|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyResolutionResult
The result of a project dependency resolution.
Method Summary | |
---|---|
List<Exception> |
getCollectionErrors()
Gets the errors that occurred while building the dependency graph. |
List<org.sonatype.aether.graph.Dependency> |
getDependencies()
Gets the transitive dependencies of the project that were not excluded by a filter, whether successfully resolved or not. |
org.sonatype.aether.graph.DependencyNode |
getDependencyGraph()
Gets the dependency graph of the project. |
List<Exception> |
getResolutionErrors(org.sonatype.aether.graph.Dependency dependency)
Gets the errors that occurred while resolving the specified dependency. |
List<org.sonatype.aether.graph.Dependency> |
getResolvedDependencies()
Gets the dependencies that were successfully resolved. |
List<org.sonatype.aether.graph.Dependency> |
getUnresolvedDependencies()
Gets the dependencies that could not be resolved. |
Method Detail |
---|
org.sonatype.aether.graph.DependencyNode getDependencyGraph()
null
if not available.List<org.sonatype.aether.graph.Dependency> getDependencies()
null
.List<org.sonatype.aether.graph.Dependency> getResolvedDependencies()
null
.List<org.sonatype.aether.graph.Dependency> getUnresolvedDependencies()
null
.List<Exception> getCollectionErrors()
null
.List<Exception> getResolutionErrors(org.sonatype.aether.graph.Dependency dependency)
dependency
- The dependency for which to retrieve the errors, must not be null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |