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 Summary
Modifier and TypeMethodDescriptionGets the exceptions that occurred while building the dependency graph.getRoot()Gets the root node of the dependency graph. 
- 
Method Details
- 
getExceptions
Gets the exceptions that occurred while building the dependency graph.- Returns:
 - the exceptions that occurred, never 
null 
 - 
getRoot
Gets the root node of the dependency graph.- Returns:
 - the root node of the dependency graph or 
nullif none 
 
 -