Class DependencyCollectorDelegate.Results
- java.lang.Object
-
- org.eclipse.aether.internal.impl.collect.DependencyCollectorDelegate.Results
-
- Enclosing class:
- DependencyCollectorDelegate
protected static class DependencyCollectorDelegate.Results extends java.lang.Object
Helper class used during collection.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
errorPath
(package private) int
maxCycles
(package private) int
maxExceptions
private CollectResult
result
-
Constructor Summary
Constructors Constructor Description Results(CollectResult result, RepositorySystemSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCycle(java.util.List<DependencyNode> nodes, int cycleEntry, Dependency dependency)
void
addException(Dependency dependency, java.lang.Exception e, java.util.List<DependencyNode> nodes)
java.lang.String
getErrorPath()
-
-
-
Field Detail
-
result
private final CollectResult result
-
maxExceptions
final int maxExceptions
-
maxCycles
final int maxCycles
-
errorPath
java.lang.String errorPath
-
-
Constructor Detail
-
Results
public Results(CollectResult result, RepositorySystemSession session)
-
-
Method Detail
-
getErrorPath
public java.lang.String getErrorPath()
-
addException
public void addException(Dependency dependency, java.lang.Exception e, java.util.List<DependencyNode> nodes)
-
addCycle
public void addCycle(java.util.List<DependencyNode> nodes, int cycleEntry, Dependency dependency)
-
-