com.android.builder.model
Interface ProductFlavorContainer


public interface ProductFlavorContainer

A Container of all the data related to ProductFlavor.


Method Summary
 java.util.Collection<SourceProviderContainer> getExtraSourceProviders()
          Returns a list of ArtifactMetaData/SourceProvider association.
 ProductFlavor getProductFlavor()
          The Product Flavor itself.
 SourceProvider getSourceProvider()
          The associated main sources of the product flavor
 

Method Detail

getProductFlavor

@NonNull
ProductFlavor getProductFlavor()
The Product Flavor itself.

Returns:
the product flavor

getSourceProvider

@NonNull
SourceProvider getSourceProvider()
The associated main sources of the product flavor

Returns:
the main source provider.

getExtraSourceProviders

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

Returns:
a list of ArtifactMetaData/SourceProvider association.