Package io.joshworks.snappy.maven
Class IncludeFilter
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
-
- io.joshworks.snappy.maven.DependencyFilter
-
- io.joshworks.snappy.maven.IncludeFilter
-
- All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
public class IncludeFilter extends DependencyFilter
AnArtifactsFilterthat filters out any artifact not matching anInclude.- Since:
- 1.2
- Author:
- David Turanski
-
-
Constructor Summary
Constructors Constructor Description IncludeFilter(java.util.List<Include> includes)
-
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
-
-
-
-
Constructor Detail
-
IncludeFilter
public IncludeFilter(java.util.List<Include> includes)
-
-
Method Detail
-
filter
protected boolean filter(org.apache.maven.artifact.Artifact artifact)
- Specified by:
filterin classDependencyFilter
-
-