protected static class DependencyCollectorDelegate.Results
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
errorPath |
(package private) int |
maxCycles |
(package private) int |
maxExceptions |
private CollectResult |
result |
Constructor and Description |
---|
Results(CollectResult result,
RepositorySystemSession session) |
Modifier and Type | Method and 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() |
private final CollectResult result
final int maxExceptions
final int maxCycles
java.lang.String errorPath
public Results(CollectResult result, RepositorySystemSession session)
public java.lang.String getErrorPath()
public void addException(Dependency dependency, java.lang.Exception e, java.util.List<DependencyNode> nodes)
public void addCycle(java.util.List<DependencyNode> nodes, int cycleEntry, Dependency dependency)