Package org.apache.maven.internal.impl
Class DefaultNode
java.lang.Object
org.apache.maven.internal.impl.AbstractNode
org.apache.maven.internal.impl.DefaultNode
- All Implemented Interfaces:
- Node
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final org.eclipse.aether.graph.DependencyNodeprotected final InternalSessionprotected final boolean
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultNode(InternalSession session, org.eclipse.aether.graph.DependencyNode node, boolean verbose) 
- 
Method SummaryModifier and TypeMethodDescriptionasString()Returns a string representation of this dependency node.Gets the child nodes of this node.The repository where this artifact has been downloaded from.Methods inherited from class org.apache.maven.internal.impl.AbstractNodeaccept, filter, toString
- 
Field Details- 
session
- 
node
- 
verboseprotected final boolean verbose
 
- 
- 
Constructor Details- 
DefaultNodepublic DefaultNode(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.graph.DependencyNode node, boolean verbose) 
 
- 
- 
Method Details- 
getArtifact- Returns:
- artifact for this node
 
- 
getDependency- Returns:
- dependency for this node
 
- 
getChildrenDescription copied from interface:NodeGets the child nodes of this node.- Returns:
- the child nodes of this node, never null
 
- 
getRemoteRepositories- Returns:
- repositories of this node
 
- 
getRepositoryDescription copied from interface:NodeThe repository where this artifact has been downloaded from.
- 
asStringDescription copied from interface:NodeReturns a string representation of this dependency node.- Specified by:
- asStringin interface- Node
- Overrides:
- asStringin class- AbstractNode
- Returns:
- the string representation
 
 
-