public final class IdeDependencyGraphs extends IdeModel implements com.android.builder.model.level2.DependencyGraphs
DependencyGraphs.| Constructor and Description |
|---|
IdeDependencyGraphs(com.android.builder.model.level2.DependencyGraphs graphs,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<com.android.builder.model.level2.GraphItem> |
getCompileDependencies() |
java.util.List<com.android.builder.model.level2.GraphItem> |
getPackageDependencies() |
java.util.List<java.lang.String> |
getProvidedLibraries() |
java.util.List<java.lang.String> |
getSkippedLibraries() |
int |
hashCode() |
java.lang.String |
toString() |
copy, copy, copy, copy, copyNewProperty, copyNewProperty, copyNewPropertyWithDefaultpublic IdeDependencyGraphs(@NonNull
com.android.builder.model.level2.DependencyGraphs graphs,
@NonNull
ModelCache modelCache)
@NonNull public java.util.List<com.android.builder.model.level2.GraphItem> getCompileDependencies()
getCompileDependencies in interface com.android.builder.model.level2.DependencyGraphs@NonNull public java.util.List<com.android.builder.model.level2.GraphItem> getPackageDependencies()
getPackageDependencies in interface com.android.builder.model.level2.DependencyGraphs@NonNull public java.util.List<java.lang.String> getProvidedLibraries()
getProvidedLibraries in interface com.android.builder.model.level2.DependencyGraphs@NonNull public java.util.List<java.lang.String> getSkippedLibraries()
getSkippedLibraries in interface com.android.builder.model.level2.DependencyGraphspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object