Package org.springframework.boot.maven
Class ExcludeFilter
java.lang.Object
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.springframework.boot.maven.DependencyFilter
org.springframework.boot.maven.ExcludeFilter
- All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
An {DependencyFilter} that filters out any artifact matching an
Exclude
.- Since:
- 1.1.0
- Author:
- Stephane Nicoll, 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
-
ExcludeFilter
-
ExcludeFilter
-
-
Method Details
-
filter
protected boolean filter(org.apache.maven.artifact.Artifact artifact) - Specified by:
filter
in classDependencyFilter
-