|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface VariantFilter
Interface for variant control, allowing to query a variant for some base data and allowing to disable some variants.
Method Summary | |
---|---|
BuildType
|
getBuildType()
Returns the Build Type. |
ProductFlavor
|
getDefaultConfig()
Returns the ProductFlavor that represents the default config. |
java.util.List
|
getFlavors()
Returns the list of flavors, or an empty list. |
void
|
setIgnore(boolean ignore)
Sets whether or not to ignore this particular variant. |
Method Detail |
---|
@NonNull public BuildType getBuildType()
@NonNull public ProductFlavor getDefaultConfig()
@NonNull public java.util.List getFlavors()
public void setIgnore(boolean ignore)
ignore
- whether to ignore the variant
Copyright (C) 2012 The Android Open Source Project