Class DependencyCollectorDelegate.Results
java.lang.Object
org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.Results
- Enclosing class:
DependencyCollectorDelegate
Helper class used during collection.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) final int(package private) final intprivate final CollectResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCycle(List<DependencyNode> nodes, int cycleEntry, Dependency dependency) voidaddException(Dependency dependency, Exception e, List<DependencyNode> nodes)
-
Field Details
-
result
-
maxExceptions
final int maxExceptions -
maxCycles
final int maxCycles -
errorPath
String errorPath
-
-
Constructor Details
-
Results
-
-
Method Details
-
getErrorPath
-
addException
-
addCycle
-