类 MatchingGroupIdFilter
java.lang.Object
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
org.springframework.boot.maven.MatchingGroupIdFilter
- 所有已实现的接口:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
public class MatchingGroupIdFilter
extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
An
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.- 从以下版本开始:
- 1.1.0
- 作者:
- Mark Ingram
-
构造器概要
构造器构造器说明MatchingGroupIdFilter(String exclude) Create a new instance with the CSV groupId values that should be excluded. -
方法概要
从类继承的方法 org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludes从类继承的方法 org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
isArtifactIncluded
-
构造器详细资料
-
MatchingGroupIdFilter
Create a new instance with the CSV groupId values that should be excluded.- 参数:
exclude- the group values to exclude
-
-
方法详细资料
-
getArtifactFeature
- 指定者:
getArtifactFeature在类中org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
-