org.apache.maven.shared.artifact.filter.collection.ArtifactsFilterpublic class MatchingGroupIdFilter
extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
ArtifactsFilter that filters by matching groupId.
Preferred over the
GroupIdFilter due to that
classes use of String.startsWith(java.lang.String, int) to match on prefix.
| Constructor | Description |
|---|---|
MatchingGroupIdFilter(java.lang.String exclude) |
Create a new instance with the CSV groupId values that should be excluded.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getArtifactFeature(org.apache.maven.artifact.Artifact artifact) |
compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludesCopyright © 2018. All rights reserved.