public final class IdeProductFlavor extends IdeBaseConfig implements com.android.builder.model.ProductFlavor
ProductFlavor.| Constructor and Description |
|---|
IdeProductFlavor(com.android.builder.model.ProductFlavor flavor,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateHashCode() |
boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationId() |
java.lang.String |
getDimension() |
java.lang.Integer |
getMaxSdkVersion() |
com.android.builder.model.ApiVersion |
getMinSdkVersion() |
java.lang.Boolean |
getRenderscriptNdkModeEnabled() |
java.lang.Boolean |
getRenderscriptSupportModeBlasEnabled() |
java.lang.Boolean |
getRenderscriptSupportModeEnabled() |
java.lang.Integer |
getRenderscriptTargetApi() |
java.util.Collection<java.lang.String> |
getResourceConfigurations() |
com.android.builder.model.SigningConfig |
getSigningConfig() |
com.android.builder.model.ApiVersion |
getTargetSdkVersion() |
java.lang.String |
getTestApplicationId() |
java.lang.Boolean |
getTestFunctionalTest() |
java.lang.Boolean |
getTestHandleProfiling() |
java.lang.String |
getTestInstrumentationRunner() |
java.util.Map<java.lang.String,java.lang.String> |
getTestInstrumentationRunnerArguments() |
com.android.builder.model.VectorDrawablesOptions |
getVectorDrawables() |
java.lang.Integer |
getVersionCode() |
java.lang.String |
getVersionName() |
java.lang.Boolean |
getWearAppUnbundled() |
int |
hashCode() |
java.lang.String |
toString() |
getApplicationIdSuffix, getBuildConfigFields, getConsumerProguardFiles, getManifestPlaceholders, getMultiDexEnabled, getMultiDexKeepFile, getMultiDexKeepProguard, getName, getProguardFiles, getResValues, getTestProguardFiles, getVersionNameSuffixcopy, copy, copy, copy, copyNewProperty, copyNewPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetApplicationIdSuffix, getBuildConfigFields, getConsumerProguardFiles, getManifestPlaceholders, getMultiDexEnabled, getMultiDexKeepFile, getMultiDexKeepProguard, getProguardFiles, getResValues, getTestProguardFiles, getVersionNameSuffixpublic IdeProductFlavor(@NonNull
com.android.builder.model.ProductFlavor flavor,
@NonNull
ModelCache modelCache)
@NonNull public java.util.Map<java.lang.String,java.lang.String> getTestInstrumentationRunnerArguments()
getTestInstrumentationRunnerArguments in interface com.android.builder.model.ProductFlavor@NonNull public java.util.Collection<java.lang.String> getResourceConfigurations()
getResourceConfigurations in interface com.android.builder.model.ProductFlavor@NonNull public com.android.builder.model.VectorDrawablesOptions getVectorDrawables()
getVectorDrawables in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.String getDimension()
getDimension in interface com.android.builder.model.DimensionAware@Nullable public java.lang.String getApplicationId()
getApplicationId in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Integer getVersionCode()
getVersionCode in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.String getVersionName()
getVersionName in interface com.android.builder.model.ProductFlavor@Nullable public com.android.builder.model.ApiVersion getMinSdkVersion()
getMinSdkVersion in interface com.android.builder.model.ProductFlavor@Nullable public com.android.builder.model.ApiVersion getTargetSdkVersion()
getTargetSdkVersion in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Integer getMaxSdkVersion()
getMaxSdkVersion in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Integer getRenderscriptTargetApi()
getRenderscriptTargetApi in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Boolean getRenderscriptSupportModeEnabled()
getRenderscriptSupportModeEnabled in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Boolean getRenderscriptSupportModeBlasEnabled()
getRenderscriptSupportModeBlasEnabled in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Boolean getRenderscriptNdkModeEnabled()
getRenderscriptNdkModeEnabled in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.String getTestApplicationId()
getTestApplicationId in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.String getTestInstrumentationRunner()
getTestInstrumentationRunner in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Boolean getTestHandleProfiling()
getTestHandleProfiling in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Boolean getTestFunctionalTest()
getTestFunctionalTest in interface com.android.builder.model.ProductFlavor@Nullable public com.android.builder.model.SigningConfig getSigningConfig()
getSigningConfig in interface com.android.builder.model.ProductFlavor@Nullable public java.lang.Boolean getWearAppUnbundled()
getWearAppUnbundled in interface com.android.builder.model.ProductFlavorpublic 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