A combination of product flavors for a variant, each belonging to a different flavor dimension.
Constructor and description |
---|
ProductFlavorCombo
(GroupableProductFlavor... flavors) Create a ProductFlavorGroup. |
ProductFlavorCombo
(Iterable<GroupableProductFlavor> flavors) |
Type | Name and description |
---|---|
static List<ProductFlavorCombo> |
createCombinations(List<String> flavorDimensions, Iterable<? extends GroupableProductFlavor> productFlavors) Creates a list containing all combinations of ProductFlavors of the given dimensions. |
List<GroupableProductFlavor> |
getFlavorList() |
String |
getName() |
Create a ProductFlavorGroup.
flavors
- Lists of ProductFlavor.Creates a list containing all combinations of ProductFlavors of the given dimensions.
flavorDimensions
- The dimensions each product flavor can belong to.productFlavors
- An iterable of all ProductFlavors in the project..