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.DependencyNodeThe 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:
getDependencyNodein classAbstractNode
-
getChildren
Description copied from interface:NodeGets 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:NodeThe repository where this artifact has been downloaded from. -
asString
Description copied from interface:NodeReturns a string representation of this dependency node.- Specified by:
asStringin interfaceNode- Overrides:
asStringin classAbstractNode- Returns:
- the string representation
-