private static class LifecycleDependencyResolver.ReactorDependencyFilter
extends java.lang.Object
implements org.eclipse.aether.graph.DependencyFilter
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<java.lang.String> |
keys |
| Constructor and Description |
|---|
ReactorDependencyFilter(java.util.Collection<Artifact> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.eclipse.aether.graph.DependencyNode node,
java.util.List<org.eclipse.aether.graph.DependencyNode> parents) |
ReactorDependencyFilter(java.util.Collection<Artifact> artifacts)