Package org.springframework.boot.maven
Class IncludeFilter
java.lang.Object
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.springframework.boot.maven.DependencyFilter
org.springframework.boot.maven.IncludeFilter
- All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
An
ArtifactsFilter
that filters out any artifact not matching an
Include
.- Since:
- 1.2.0
- Author:
- David Turanski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
filter
(org.apache.maven.artifact.Artifact artifact) Methods inherited from class org.springframework.boot.maven.DependencyFilter
equals, filter, getFilters
Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
isArtifactIncluded
-
Constructor Details
-
IncludeFilter
-
-
Method Details
-
filter
protected boolean filter(org.apache.maven.artifact.Artifact artifact) - Specified by:
filter
in classDependencyFilter
-