public final class GaExclusionFilter extends Object implements org.eclipse.aether.graph.DependencyFilter
| Constructor and Description |
|---|
GaExclusionFilter(List<ArtifactClusion> exclusions)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.eclipse.aether.graph.DependencyNode node,
List<org.eclipse.aether.graph.DependencyNode> parents) |
public GaExclusionFilter(List<ArtifactClusion> exclusions)
exclusions - the artifacts to exclude.public boolean accept(org.eclipse.aether.graph.DependencyNode node,
List<org.eclipse.aether.graph.DependencyNode> parents)
accept in interface org.eclipse.aether.graph.DependencyFilterCopyright © 2013–2019 FuseSource. All rights reserved.