| Package | Description |
|---|---|
| com.github.janssk1.maven.plugin.graph.domain | |
| com.github.janssk1.maven.plugin.graph.graph |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactDependency> |
MockArtifact.getDependencies() |
List<ArtifactDependency> |
ArtifactImpl.getDependencies() |
List<ArtifactDependency> |
Artifact.getDependencies() |
List<ArtifactDependency> |
MockArtifact.getDependencyManagerDependencies() |
List<ArtifactDependency> |
ArtifactImpl.getDependencyManagerDependencies() |
List<ArtifactDependency> |
Artifact.getDependencyManagerDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactImpl.setDependencies(List<ArtifactDependency> dependencies) |
| Modifier and Type | Field and Description |
|---|---|
ArtifactDependency |
Edge.originalDependency |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.addDependency(ArtifactRevisionIdentifier nearest,
String scope,
ArtifactDependency original) |
| Constructor and Description |
|---|
Edge(ArtifactDependency dependency,
Vertex from,
Vertex to,
String scope) |
Copyright © 2019. All rights reserved.