Java org.apache.maven.project DependencyResolutionResult fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.project DependencyResolutionResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.project DependencyResolutionResult.

The text is from its open source code.

Method

ListgetCollectionErrors()
Gets the errors that occurred while building the dependency graph.
ListgetDependencies()
Gets the transitive dependencies of the project that were not excluded by DependencyResolutionRequest#getResolutionFilter() .
DependencyNodegetDependencyGraph()
Gets the dependency graph of the project.
ListgetResolutionErrors(Dependency dependency)
Gets the errors that occurred while resolving the specified dependency.
ListgetResolvedDependencies()
Gets the dependencies that were successfully resolved.
ListgetUnresolvedDependencies()
Gets the dependencies that could not be resolved.