Class AbstractNode
java.lang.Object
org.apache.maven.impl.AbstractNode
- All Implemented Interfaces:
 Node
- Direct Known Subclasses:
 DefaultNode
- 
Constructor Summary
Constructors - 
Method Summary
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
asString, getArtifact, getChildren, getDependency, getRemoteRepositories, getRepository, stream 
- 
Constructor Details
- 
AbstractNode
public AbstractNode() 
 - 
 - 
Method Details
- 
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. - 
toString
 
 -