com.android.builder.model
Interface BuildTypeContainer


public interface BuildTypeContainer

A Container of all the data related to BuildType.


Method Summary
 BuildType getBuildType()
          The Build Type itself.
 java.util.Collection<SourceProviderContainer> getExtraSourceProviders()
          Returns a list of ArtifactMetaData/SourceProvider association.
 SourceProvider getSourceProvider()
          The associated sources of the build type.
 

Method Detail

getBuildType

@NonNull
BuildType getBuildType()
The Build Type itself.

Returns:
the build type

getSourceProvider

@NonNull
SourceProvider getSourceProvider()
The associated sources of the build type.

Returns:
the build type source provider.

getExtraSourceProviders

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

Returns:
a list of ArtifactMetaData/SourceProvider association.