public interface GraphItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArtifactAddress()
Returns the artifact address in a unique way.
|
java.util.List<GraphItem> |
getDependencies()
Return the direct dependency of this node.
|
java.lang.String |
getRequestedCoordinates()
Returns this library's Maven coordinates, as requested in the build file.
|
@NonNull java.lang.String getArtifactAddress()
@Nullable java.lang.String getRequestedCoordinates()
@NonNull java.util.List<GraphItem> getDependencies()