com.android.builder.model
Interface ProductFlavorContainer


public interface ProductFlavorContainer

A Container of all the data related to ProductFlavor.


Method Summary
 ProductFlavor getProductFlavor()
          The Product Flavor itself.
 SourceProvider getSourceProvider()
          The associated main sources of the product flavor
 SourceProvider getTestSourceProvider()
          The associated test 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.

getTestSourceProvider

@NonNull
SourceProvider getTestSourceProvider()
The associated test sources of the product flavor

Returns:
the test source provider.