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 SummaryConstructors
- 
Method SummaryModifier 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.toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.api.NodegetArtifact, getChildren, getDependency, getRemoteRepositories, getRepository, stream
- 
Constructor Details- 
AbstractNodepublic AbstractNode()
 
- 
- 
Method Details- 
acceptDescription copied from interface:NodeTraverses this node and potentially its children using the specified visitor.
- 
filterDescription 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.
- 
asStringDescription copied from interface:NodeReturns a string representation of this dependency node.
- 
toString
 
-