类 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
  • 构造器概要

    构造器
    构造器
    说明
    Create a new instance with the CSV groupId values that should be excluded.
  • 方法概要

    修饰符和类型
    方法
    说明
    protected String
    getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
     

    从类继承的方法 org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter

    compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludes

    从类继承的方法 org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter

    isArtifactIncluded

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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