AncestorOrSelfDependencyNodeFilter
, AndDependencyNodeFilter
, ArtifactDependencyNodeFilter
public interface DependencyNodeFilter
Modifier and Type | Method | Description |
---|---|---|
boolean |
accept(DependencyNode node) |
Gets whether this filter accepts the specified dependency node.
|
boolean accept(DependencyNode node)
node
- the dependency node to checktrue
if this filter accepts the specified dependency node