public interface DependencyGraphs
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GraphItem> |
getCompileDependencies()
Returns the compile dependency graph.
|
java.util.List<GraphItem> |
getPackageDependencies()
Returns the package dependency graph.
|
java.util.List<java.lang.String> |
getProvidedLibraries()
Returns the list of provided libraries.
|
java.util.List<java.lang.String> |
getSkippedLibraries()
Returns the list of skipped libraries.
|
@NonNull java.util.List<GraphItem> getCompileDependencies()
@NonNull java.util.List<GraphItem> getPackageDependencies()
@NonNull java.util.List<java.lang.String> getProvidedLibraries()
GraphItem.getArtifactAddress()
and Library.getArtifactAddress().
Only valid in full dependency mode.@NonNull java.util.List<java.lang.String> getSkippedLibraries()
GraphItem.getArtifactAddress()
and Library.getArtifactAddress().
Only valid in full dependency mode.