public class ExclusionsFilter extends Object implements TransformableFilter
org.sonatype.aether.util.filter.ExclusionsDependencyFilter,
ExclusionsDependencyFilter| Constructor and Description |
|---|
ExclusionsFilter(Collection<String> excludes)
The default constructor specifying a collection of keys which must be excluded.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getExcludes() |
<T> T |
transform(FilterTransformer<T> transformer)
Transform this filter to a tool specific implementation
|
public ExclusionsFilter(Collection<String> excludes)
excludes - the keys to exclude, may not be nullArtifact.getDependencyConflictId()public final Collection<String> getExcludes()
public <T> T transform(FilterTransformer<T> transformer)
transform in interface TransformableFilterT - the interface of the tool specific filtertransformer - the transformer, may not be nullnullCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.