Package org.apache.maven.internal.impl
Class AbstractNode
java.lang.Object
org.apache.maven.internal.impl.AbstractNode
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
DefaultNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(NodeVisitor visitor) Traverses this node and potentially its children using the specified visitor.asString()
Returns a string representation of this dependency node.Returns a new tree starting at this node, filtering the children.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.api.Node
getChildren, getDependency, getRemoteRepositories, getRepository, stream
-
Constructor Details
-
AbstractNode
public AbstractNode()
-
-
Method Details
-
accept
Description copied from interface:Node
Traverses this node and potentially its children using the specified visitor. -
filter
Description copied from interface:Node
Returns a new tree starting at this node, filtering the children. Note that this node will not be filtered and only the children and its descendant will be checked. -
asString
Description copied from interface:Node
Returns a string representation of this dependency node. -
toString
-