public abstract class AbstractNode extends Object implements Node
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(NodeVisitor visitor)
Traverses this node and potentially its children using the specified visitor.
|
String |
asString()
Returns a string representation of this dependency node.
|
Node |
filter(Predicate<Node> filter)
Returns a new tree starting at this node, filtering the children.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDependency, getRemoteRepositories, getRepository, streampublic boolean accept(NodeVisitor visitor)
Nodepublic Node filter(Predicate<Node> filter)
Nodepublic String asString()
NodeCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.