public final class IdeBuildType extends IdeBaseConfig implements com.android.builder.model.BuildType
BuildType.| Constructor and Description |
|---|
IdeBuildType(com.android.builder.model.BuildType buildType,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateHashCode() |
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getRenderscriptOptimLevel() |
com.android.builder.model.SigningConfig |
getSigningConfig() |
int |
hashCode() |
boolean |
isDebuggable() |
boolean |
isEmbedMicroApp() |
boolean |
isJniDebuggable() |
boolean |
isMinifyEnabled() |
boolean |
isPseudoLocalesEnabled() |
boolean |
isRenderscriptDebuggable() |
boolean |
isTestCoverageEnabled() |
boolean |
isZipAlignEnabled() |
java.lang.String |
toString() |
getApplicationIdSuffix, getBuildConfigFields, getConsumerProguardFiles, getManifestPlaceholders, getMultiDexEnabled, getMultiDexKeepFile, getMultiDexKeepProguard, getName, getProguardFiles, getResValues, getTestProguardFiles, getVersionNameSuffixcopy, copy, copy, copyNewProperty, copyNewPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetApplicationIdSuffix, getBuildConfigFields, getConsumerProguardFiles, getManifestPlaceholders, getMultiDexEnabled, getMultiDexKeepFile, getMultiDexKeepProguard, getProguardFiles, getResValues, getTestProguardFiles, getVersionNameSuffixpublic IdeBuildType(@NonNull
com.android.builder.model.BuildType buildType,
@NonNull
ModelCache modelCache)
@Nullable public com.android.builder.model.SigningConfig getSigningConfig()
getSigningConfig in interface com.android.builder.model.BuildTypepublic boolean isDebuggable()
isDebuggable in interface com.android.builder.model.BuildTypepublic boolean isTestCoverageEnabled()
isTestCoverageEnabled in interface com.android.builder.model.BuildTypepublic boolean isPseudoLocalesEnabled()
isPseudoLocalesEnabled in interface com.android.builder.model.BuildTypepublic boolean isJniDebuggable()
isJniDebuggable in interface com.android.builder.model.BuildTypepublic boolean isRenderscriptDebuggable()
isRenderscriptDebuggable in interface com.android.builder.model.BuildTypepublic int getRenderscriptOptimLevel()
getRenderscriptOptimLevel in interface com.android.builder.model.BuildTypepublic boolean isMinifyEnabled()
isMinifyEnabled in interface com.android.builder.model.BuildTypepublic boolean isZipAlignEnabled()
isZipAlignEnabled in interface com.android.builder.model.BuildTypepublic boolean isEmbedMicroApp()
isEmbedMicroApp in interface com.android.builder.model.BuildTypepublic boolean equals(java.lang.Object o)
equals in class IdeBaseConfigpublic boolean canEqual(java.lang.Object other)
canEqual in class IdeBaseConfigpublic int hashCode()
hashCode in class IdeBaseConfigprotected int calculateHashCode()
calculateHashCode in class IdeBaseConfigpublic java.lang.String toString()
toString in class IdeBaseConfig