public final class GaExclusionFilter
extends java.lang.Object
implements org.eclipse.aether.graph.DependencyFilter
| Constructor and Description |
|---|
GaExclusionFilter(java.util.List<ArtifactClusion> exclusions)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.eclipse.aether.graph.DependencyNode node,
java.util.List<org.eclipse.aether.graph.DependencyNode> parents) |
public GaExclusionFilter(java.util.List<ArtifactClusion> exclusions)
exclusions - the artifacts to exclude.Copyright © 2013-2016 FuseSource. All Rights Reserved.