T - The type of the graph node. It's org.eclipse.aether.graph.DependencyNode for
Maven's graph and org.gradle.api.artifacts.ResolvedDependency for Gradle's graph.public final class PathToNode<T> extends Object
DependencyGraph.| Constructor and Description |
|---|
PathToNode(T node,
DependencyPath parentPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
T |
getNode()
Returns the node in the graph traversal.
|
DependencyPath |
getParentPath()
Returns the path from the root of the graph to the parent of the node.
|
int |
hashCode() |
public PathToNode(T node, DependencyPath parentPath)
public T getNode()
public DependencyPath getParentPath()
Copyright © 2018–2021 Google LLC.. All rights reserved.