public abstract class IdeAndroidBundle extends IdeLibrary implements com.android.builder.model.AndroidBundle
AndroidBundle.| Modifier | Constructor and Description |
|---|---|
protected |
IdeAndroidBundle(com.android.builder.model.AndroidBundle bundle,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateHashCode() |
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.io.File |
getAssetsFolder() |
java.io.File |
getBundle() |
java.io.File |
getCompileJarFile() |
java.io.File |
getFolder() |
java.io.File |
getJarFile() |
java.util.Collection<? extends com.android.builder.model.JavaLibrary> |
getJavaDependencies() |
java.util.List<? extends com.android.builder.model.AndroidLibrary> |
getLibraryDependencies() |
java.io.File |
getManifest() |
java.lang.String |
getProjectVariant() |
java.io.File |
getResFolder() |
java.io.File |
getResStaticLibrary() |
int |
hashCode() |
java.lang.String |
toString() |
getBuildId, getName, getProject, getRequestedCoordinates, getResolvedCoordinates, isProvided, isSkippedcopy, copy, copy, copy, copyNewProperty, copyNewProperty, copyNewPropertyWithDefaultprotected IdeAndroidBundle(@NonNull
com.android.builder.model.AndroidBundle bundle,
@NonNull
ModelCache modelCache)
@NonNull public java.io.File getBundle()
getBundle in interface com.android.builder.model.AndroidBundle@NonNull public java.io.File getFolder()
getFolder in interface com.android.builder.model.AndroidBundle@NonNull public java.util.List<? extends com.android.builder.model.AndroidLibrary> getLibraryDependencies()
getLibraryDependencies in interface com.android.builder.model.AndroidBundle@NonNull public java.util.Collection<? extends com.android.builder.model.JavaLibrary> getJavaDependencies()
getJavaDependencies in interface com.android.builder.model.AndroidBundle@NonNull public java.io.File getManifest()
getManifest in interface com.android.builder.model.AndroidBundle@NonNull public java.io.File getJarFile()
getJarFile in interface com.android.builder.model.AndroidBundle@NonNull public java.io.File getCompileJarFile()
getCompileJarFile in interface com.android.builder.model.AndroidBundle@NonNull public java.io.File getResFolder()
getResFolder in interface com.android.builder.model.AndroidBundle@Nullable public java.io.File getResStaticLibrary()
getResStaticLibrary in interface com.android.builder.model.AndroidBundle@NonNull public java.io.File getAssetsFolder()
getAssetsFolder in interface com.android.builder.model.AndroidBundle@Nullable public java.lang.String getProjectVariant()
getProjectVariant in interface com.android.builder.model.AndroidBundlepublic boolean equals(java.lang.Object o)
equals in class IdeLibrarypublic boolean canEqual(java.lang.Object other)
canEqual in class IdeLibrarypublic int hashCode()
hashCode in class IdeLibraryprotected int calculateHashCode()
calculateHashCode in class IdeLibrarypublic java.lang.String toString()
toString in class IdeLibrary