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,WrapperNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(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.(package private) abstract org.eclipse.aether.graph.DependencyNodetoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.api.Node
getArtifact, getChildren, getDependency, getRemoteRepositories, getRepository, stream
-
Constructor Details
-
AbstractNode
public AbstractNode()
-
-
Method Details
-
getDependencyNode
abstract org.eclipse.aether.graph.DependencyNode getDependencyNode() -
accept
Description copied from interface:NodeTraverses this node and potentially its children using the specified visitor. -
filter
Description copied from interface:NodeReturns 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:NodeReturns a string representation of this dependency node. -
toString
-