Interface BuildTypeContainer


public interface BuildTypeContainer
A Container of all the data related to BuildType.
  • Method Details

    • getBuildType

      @NonNull com.android.builder.model.BuildType getBuildType()
      The Build Type itself.
      Returns:
      the build type
    • getSourceProvider

      @Nullable SourceProvider getSourceProvider()
      The associated sources of the build type.
      Returns:
      the build type source provider.
    • getExtraSourceProviders

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