Package io.joshworks.snappy.maven
Class MatchingGroupIdFilter
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
-
- org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
-
- io.joshworks.snappy.maven.MatchingGroupIdFilter
-
- All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
public class MatchingGroupIdFilter extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilterAnArtifactsFilterthat filters by matching groupId.Preferred over the
GroupIdFilterdue to that classes use ofString.startsWith(java.lang.String, int)to match on prefix.- Since:
- 1.1
- Author:
- Mark Ingram
-
-
Constructor Summary
Constructors Constructor Description MatchingGroupIdFilter(java.lang.String exclude)Create a new instance with the CSV groupId values that should be excluded.
-
Method Summary
Modifier and Type Method Description protected java.lang.StringgetArtifactFeature(org.apache.maven.artifact.Artifact artifact)-
Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludes
-
-