Class AbstractNode
java.lang.Object
org.apache.maven.impl.AbstractNode
- All Implemented Interfaces:
org.apache.maven.api.Node
- Direct Known Subclasses:
DefaultNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
public boolean accept(org.apache.maven.api.NodeVisitor visitor) - Specified by:
acceptin interfaceorg.apache.maven.api.Node
-
filter
- Specified by:
filterin interfaceorg.apache.maven.api.Node
-
toString
-