类 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
    • 构造器详细资料

      • MatchingGroupIdFilter

        public MatchingGroupIdFilter​(String exclude)
        Create a new instance with the CSV groupId values that should be excluded.
        参数:
        exclude - the group values to exclude
    • 方法详细资料

      • getArtifactFeature

        protected String getArtifactFeature​(org.apache.maven.artifact.Artifact artifact)
        指定者:
        getArtifactFeature 在类中 org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter