public 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.| 构造器和说明 |
|---|
MatchingGroupIdFilter(String exclude)
Create a new instance with the CSV groupId values that should be excluded.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getArtifactFeature(org.apache.maven.artifact.Artifact artifact) |
compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludespublic MatchingGroupIdFilter(String exclude)
exclude - the group values to excludeprotected String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
getArtifactFeature 在类中 org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilterCopyright © 2024. All rights reserved.