public interface Dependencies
AndroidArtifact.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AndroidAtom> |
getAtoms()
The list of Android atom dependencies.
|
AndroidAtom |
getBaseAtom()
Returns the base atom, if applicable.
|
java.util.Collection<JavaLibrary> |
getJavaLibraries()
The list of Java library dependencies.
|
java.util.Collection<AndroidLibrary> |
getLibraries()
The list of Android library dependencies.
|
java.util.Collection<java.lang.String> |
getProjects()
Deprecated.
|
@NonNull java.util.Collection<AndroidAtom> getAtoms()
Library.getProject() never returns null.@NonNull java.util.Collection<AndroidLibrary> getLibraries()
Library.getProject().@NonNull java.util.Collection<JavaLibrary> getJavaLibraries()
Library.getProject(). Also, the collection
contains only the direct dependencies, which themselves contain their transitive
dependencies.@NonNull @Deprecated java.util.Collection<java.lang.String> getProjects()
getJavaLibraries()@Nullable AndroidAtom getBaseAtom()