Interface CollectResult
public interface CollectResult
The result of a dependency collection request.
- 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
DependencyNode getRoot()Gets the root node of the dependency graph.- Returns:
- The root node of the dependency graph or
null
if none.
-