public abstract class AbstractDependencyFilter
extends net.thevpc.nuts.spi.base.AbstractNFilter
implements net.thevpc.nuts.artifact.NDependencyFilter, net.thevpc.nuts.util.NSimplifiable<net.thevpc.nuts.artifact.NDependencyFilter>
| Constructor and Description |
|---|
AbstractDependencyFilter(net.thevpc.nuts.util.NFilterOp op) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDependencyFilter |
and(net.thevpc.nuts.artifact.NDependencyFilter other) |
net.thevpc.nuts.artifact.NDependencyFilter |
neg() |
net.thevpc.nuts.artifact.NDependencyFilter |
or(net.thevpc.nuts.artifact.NDependencyFilter other) |
net.thevpc.nuts.util.NFilter |
withDescription(Supplier<net.thevpc.nuts.elem.NElement> description) |
and, describe, filterOp, filterType, or, simplify, subFilters, toclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractDependencyFilter(net.thevpc.nuts.util.NFilterOp op)
public net.thevpc.nuts.artifact.NDependencyFilter or(net.thevpc.nuts.artifact.NDependencyFilter other)
or in interface net.thevpc.nuts.artifact.NDependencyFilterpublic net.thevpc.nuts.artifact.NDependencyFilter and(net.thevpc.nuts.artifact.NDependencyFilter other)
and in interface net.thevpc.nuts.artifact.NDependencyFilterpublic net.thevpc.nuts.artifact.NDependencyFilter neg()
neg in interface net.thevpc.nuts.artifact.NDependencyFilterneg in interface net.thevpc.nuts.util.NFilterneg in class net.thevpc.nuts.spi.base.AbstractNFilterpublic net.thevpc.nuts.util.NFilter withDescription(Supplier<net.thevpc.nuts.elem.NElement> description)
withDescription in interface net.thevpc.nuts.elem.NRedescribable<net.thevpc.nuts.util.NFilter>Copyright © 2026 vpc open source initiative. All rights reserved.