Package org.apache.maven.api.services
Interface DependencyCollectorResult
- All Known Subinterfaces:
- DependencyResolverResult
The result of a dependency collection request.
- Since:
- 4.0.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionGets the exceptions that occurred while building the dependency graph.getRoot()Gets the root node of the dependency graph.
- 
Method Details- 
getExceptionsGets the exceptions that occurred while building the dependency graph.- Returns:
- the exceptions that occurred, never null
 
- 
getRootGets the root node of the dependency graph.- Returns:
- the root node of the dependency graph or nullif none
 
 
-