Package io.joshworks.snappy.maven
Class ExcludeFilter
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
-
- io.joshworks.snappy.maven.DependencyFilter
-
- io.joshworks.snappy.maven.ExcludeFilter
-
- All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
public class ExcludeFilter extends DependencyFilter
An {DependencyFilter} that filters out any artifact matching anExclude.- Since:
- 1.1
- Author:
- Stephane Nicoll, David Turanski
-
-
Constructor Summary
Constructors Constructor Description ExcludeFilter(Exclude... excludes)ExcludeFilter(java.util.List<Exclude> excludes)
-
Method Summary
Modifier and Type Method Description protected booleanfilter(org.apache.maven.artifact.Artifact artifact)-
Methods inherited from class io.joshworks.snappy.maven.DependencyFilter
equals, filter, getFilters
-
-
-
-
Method Detail
-
filter
protected boolean filter(org.apache.maven.artifact.Artifact artifact)
- Specified by:
filterin classDependencyFilter
-
-