| Package | Description |
|---|---|
| com.github.janssk1.maven.plugin.graph | |
| com.github.janssk1.maven.plugin.graph.graph | |
| com.github.janssk1.maven.plugin.graph.graphml |
| Modifier and Type | Method and Description |
|---|---|
RenderOptions.VertexInfo |
RenderOptions.VertexRenderer.renderVertex(Vertex vertex) |
| Modifier and Type | Field and Description |
|---|---|
Vertex |
Edge.from |
Vertex |
Edge.to |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.addDependency(ArtifactRevisionIdentifier nearest,
String scope,
ArtifactDependency original) |
Vertex |
Graph.findOrCreate(ArtifactRevisionIdentifier artifactId) |
Vertex |
Graph.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Vertex> |
Graph.getVertices() |
| Constructor and Description |
|---|
Edge(ArtifactDependency dependency,
Vertex from,
Vertex to,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
RenderOptions.VertexInfo |
SizeVertexRenderer.renderVertex(Vertex vertex) |
Copyright © 2019. All rights reserved.