Interface ProductFlavorContainer


public interface ProductFlavorContainer
A Container of all the data related to ProductFlavor.
  • Method Details

    • getProductFlavor

      @NonNull com.android.builder.model.ProductFlavor getProductFlavor()
      The Product Flavor itself.
      Returns:
      the product flavor
    • getSourceProvider

      @Nullable SourceProvider getSourceProvider()
      The associated main sources of the product flavor
      Returns:
      the main source provider.
    • getExtraSourceProviders

      @NonNull Collection<SourceProviderContainer> getExtraSourceProviders()
      Returns a list of ArtifactMetaData/SourceProvider association.
      Returns:
      a list of ArtifactMetaData/SourceProvider association.