Class AbstractNode

java.lang.Object
org.apache.maven.impl.AbstractNode
All Implemented Interfaces:
org.apache.maven.api.Node
Direct Known Subclasses:
DefaultNode

public abstract class AbstractNode extends Object implements org.apache.maven.api.Node
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(org.apache.maven.api.NodeVisitor visitor)
     
    org.apache.maven.api.Node
    filter(Predicate<org.apache.maven.api.Node> filter)
     
     

    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

    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:
      accept in interface org.apache.maven.api.Node
    • filter

      public org.apache.maven.api.Node filter(Predicate<org.apache.maven.api.Node> filter)
      Specified by:
      filter in interface org.apache.maven.api.Node
    • toString

      public String toString()
      Overrides:
      toString in class Object