Package com.android.builder.model
Interface BuildTypeContainer
public interface BuildTypeContainer
A Container of all the data related to
BuildType.-
Method Summary
Modifier and TypeMethodDescriptioncom.android.builder.model.BuildTypeThe Build Type itself.Returns a list of ArtifactMetaData/SourceProvider association.The associated sources of the build type.
-
Method Details
-
getBuildType
@NonNull com.android.builder.model.BuildType getBuildType()The Build Type itself.- Returns:
- the build type
-
getSourceProvider
The associated sources of the build type.- Returns:
- the build type source provider.
-
getExtraSourceProviders
Returns a list of ArtifactMetaData/SourceProvider association.- Returns:
- a list of ArtifactMetaData/SourceProvider association.
-