Class ExclusionsDependencyFilter

java.lang.Object
org.eclipse.aether.util.filter.ExclusionsDependencyFilter
All Implemented Interfaces:
org.eclipse.aether.graph.DependencyFilter

public final class ExclusionsDependencyFilter extends Object implements org.eclipse.aether.graph.DependencyFilter
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
  • Constructor Details

    • ExclusionsDependencyFilter

      Creates a new filter using the specified exclude patterns. A pattern can either be of the form groupId:artifactId (recommended) or just artifactId (deprecated).
      Parameters:
      excludes - The exclude patterns, may be null or empty to exclude no artifacts.
  • Method Details

    • accept

      public boolean accept(org.eclipse.aether.graph.DependencyNode node, List<org.eclipse.aether.graph.DependencyNode> parents)
      Specified by:
      accept in interface org.eclipse.aether.graph.DependencyFilter
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object