Class ExcludeFilter

  • All Implemented Interfaces:
    org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter

    public class ExcludeFilter
    extends DependencyFilter
    An {DependencyFilter} that filters out any artifact matching an Exclude.
    Since:
    1.1
    Author:
    Stephane Nicoll, David Turanski
    • Method Summary

      Modifier and Type Method Description
      protected boolean filter​(org.apache.maven.artifact.Artifact artifact)  
      • Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter

        isArtifactIncluded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExcludeFilter

        public ExcludeFilter​(Exclude... excludes)
      • ExcludeFilter

        public ExcludeFilter​(java.util.List<Exclude> excludes)
    • Method Detail

      • filter

        protected boolean filter​(org.apache.maven.artifact.Artifact artifact)
        Specified by:
        filter in class DependencyFilter