public interface AndroidBundle extends Library
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getAssetsFolder()
Returns the location of the assets folder.
|
java.io.File |
getBundle()
Returns the location of the dependency bundle.
|
java.io.File |
getFolder()
Returns the location of the unzipped bundle folder.
|
java.io.File |
getJarFile()
Returns the location of the jar file to use for either packaging or compiling depending on
the bundle type.
|
java.util.Collection<? extends JavaLibrary> |
getJavaDependencies()
Returns the collection of external Jar files that are included in the dependency.
|
java.util.List<? extends AndroidLibrary> |
getLibraryDependencies()
Returns the list of direct library dependencies of this dependency.
|
java.io.File |
getManifest()
Returns the location of the manifest.
|
java.lang.String |
getProjectVariant()
Returns an optional configuration name if the library is output by a module
that publishes more than one variant.
|
java.io.File |
getResFolder()
Returns the location of the res folder.
|
getName, getProject, getRequestedCoordinates, getResolvedCoordinates, isProvided, isSkipped@Nullable java.lang.String getProjectVariant()
@NonNull java.io.File getBundle()
@NonNull java.io.File getFolder()
@NonNull java.util.List<? extends AndroidLibrary> getLibraryDependencies()
@NonNull java.util.Collection<? extends JavaLibrary> getJavaDependencies()
@NonNull java.io.File getManifest()
@NonNull java.io.File getJarFile()
@NonNull java.io.File getResFolder()
@NonNull java.io.File getAssetsFolder()