org.codehaus.groovy.grails.resolve.maven.aether
[Groovy] Class AetherGraphNode
java.lang.Object
org.codehaus.groovy.grails.resolve.reporting.GraphNode
org.codehaus.groovy.grails.resolve.maven.aether.AetherGraphNode
@groovy.transform.CompileStatic
class AetherGraphNode
extends GraphNode
Adapts a Aether dependency graph into the Grails graph node API for reporting
- Authors:
- Graeme Rocher
- Since:
- 2.3
Constructor Summary |
AetherGraphNode(org.eclipse.aether.resolution.DependencyResult dependencyResult, java.util.List unresolved)
|
Methods inherited from class java.lang.Object
|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
AetherGraphNode
AetherGraphNode(org.eclipse.aether.resolution.DependencyResult dependencyResult, java.util.List unresolved)
-
createGraph
void createGraph(GraphNode current, java.util.List nodes, java.util.List unresolved)
-
Groovy Documentation