Package com.android.builder.model
Interface ProductFlavorContainer
public interface ProductFlavorContainer
A Container of all the data related to
ProductFlavor.-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of ArtifactMetaData/SourceProvider association.com.android.builder.model.ProductFlavorThe Product Flavor itself.The associated main sources of the product flavor
-
Method Details
-
getProductFlavor
@NonNull com.android.builder.model.ProductFlavor getProductFlavor()The Product Flavor itself.- Returns:
- the product flavor
-
getSourceProvider
The associated main sources of the product flavor- Returns:
- the main source provider.
-
getExtraSourceProviders
Returns a list of ArtifactMetaData/SourceProvider association.- Returns:
- a list of ArtifactMetaData/SourceProvider association.
-