Class AndDependencyFilter

  • All Implemented Interfaces:
    DependencyFilter

    public final class AndDependencyFilter
    extends Object
    implements DependencyFilter
    A dependency filter that combines zero or more other filters using a logical AND. The resulting filter accepts a given dependency node if and only if all constituent filters accept it.