Class NotDependencyFilter

  • All Implemented Interfaces:
    org.eclipse.aether.graph.DependencyFilter

    public final class NotDependencyFilter
    extends java.lang.Object
    implements org.eclipse.aether.graph.DependencyFilter
    A dependency filter that negates another filter.
    • Constructor Summary

      Constructors 
      Constructor Description
      NotDependencyFilter​(org.eclipse.aether.graph.DependencyFilter filter)
      Creates a new filter negatint the specified filter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.eclipse.aether.graph.DependencyNode node, java.util.List<org.eclipse.aether.graph.DependencyNode> parents)  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • NotDependencyFilter

        public NotDependencyFilter​(org.eclipse.aether.graph.DependencyFilter filter)
        Creates a new filter negatint the specified filter.
        Parameters:
        filter - The filter to negate, must not be null.
    • Method Detail

      • accept

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object