public class GraphItem extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.maven.artifact.Artifact |
artifact |
Boundary |
belongsTo |
Set<GraphItem> |
dependsOn |
Set<String> |
modules |
| Constructor and Description |
|---|
GraphItem(Boundary belongsTo,
org.apache.maven.artifact.Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(GraphItem otherGraphItem) |
void |
addModule(String moduleArtifactId) |
boolean |
equals(Object o) |
String |
getKey() |
int |
hashCode() |
boolean |
isItemMyModule(GraphItem graphItem) |
void |
mergeDependencies(Set<GraphItem> otherDependencies) |
public final Boundary belongsTo
public org.apache.maven.artifact.Artifact artifact
public GraphItem(Boundary belongsTo, org.apache.maven.artifact.Artifact artifact)
Copyright © 2019 Atlassian. All rights reserved.