Package org.apache.maven.internal.impl
Class WrapperNode
java.lang.Object
org.apache.maven.internal.impl.AbstractNode
org.apache.maven.internal.impl.WrapperNode
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns a string representation of this dependency node.Gets the child nodes of this node.(package private) org.eclipse.aether.graph.DependencyNode
The repository where this artifact has been downloaded from.Methods inherited from class org.apache.maven.internal.impl.AbstractNode
accept, filter, toString
-
Field Details
-
delegate
-
children
-
-
Constructor Details
-
WrapperNode
-
-
Method Details
-
getDependencyNode
org.eclipse.aether.graph.DependencyNode getDependencyNode()- Specified by:
getDependencyNode
in classAbstractNode
-
getChildren
Description copied from interface:Node
Gets the child nodes of this node.- Returns:
- the child nodes of this node, never
null
-
getArtifact
- Returns:
- artifact for this node
-
getDependency
- Returns:
- dependency for this node
-
getRemoteRepositories
- Returns:
- repositories of this node
-
getRepository
Description copied from interface:Node
The repository where this artifact has been downloaded from. -
asString
Description copied from interface:Node
Returns a string representation of this dependency node.- Specified by:
asString
in interfaceNode
- Overrides:
asString
in classAbstractNode
- Returns:
- the string representation
-