Groovy Documentation

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)

 
Method Summary
void createGraph(GraphNode current, java.util.List nodes, java.util.List unresolved)

 
Methods inherited from class GraphNode
toString
 
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()
 

Constructor Detail

AetherGraphNode

AetherGraphNode(org.eclipse.aether.resolution.DependencyResult dependencyResult, java.util.List unresolved)


 
Method Detail

createGraph

void createGraph(GraphNode current, java.util.List nodes, java.util.List unresolved)


 

Groovy Documentation