Class Maven31CollectResult
java.lang.Object
org.apache.maven.shared.transfer.collection.internal.Maven31CollectResult
- All Implemented Interfaces:
CollectResult
CollectResult wrapper around
CollectResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.aether.collection.CollectResult
-
Constructor Summary
ConstructorsConstructorDescriptionMaven31CollectResult
(org.eclipse.aether.collection.CollectResult collectResult) -
Method Summary
Modifier and TypeMethodDescriptionGets the exceptions that occurred while building the dependency graph.getRoot()
Gets the root node of the dependency graph.
-
Field Details
-
collectResult
private final org.eclipse.aether.collection.CollectResult collectResult
-
-
Constructor Details
-
Maven31CollectResult
Maven31CollectResult(org.eclipse.aether.collection.CollectResult collectResult) - Parameters:
collectResult
-CollectResult
-
-
Method Details
-
getRoot
Gets the root node of the dependency graph.- Specified by:
getRoot
in interfaceCollectResult
- Returns:
- The root node of the dependency graph or
null
if none.
-
getExceptions
Description copied from interface:CollectResult
Gets the exceptions that occurred while building the dependency graph.- Specified by:
getExceptions
in interfaceCollectResult
- Returns:
- The exceptions that occurred, never
null
.
-