public class ExclusionsFilter extends java.lang.Object implements TransformableFilter
org.sonatype.aether.util.filter.ExclusionsDependencyFilter,
ExclusionsDependencyFilter| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<java.lang.String> |
excludes |
| Constructor and Description |
|---|
ExclusionsFilter(java.util.Collection<java.lang.String> excludes)
The default constructor specifying a collection of keys which must be excluded.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getExcludes() |
<T> T |
transform(FilterTransformer<T> transformer)
Transform this filter to a tool specific implementation
|
public ExclusionsFilter(java.util.Collection<java.lang.String> excludes)
excludes - the keys to exclude, may not be nullArtifact.getDependencyConflictId()public final java.util.Collection<java.lang.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 nullnull