Package com.android.builder.model

Interface Summary
AaptOptions Options for aapt.
AndroidArtifact The information for a generated Android artifact.
AndroidLibrary Represents an Android Library dependency, its content and its own dependencies
AndroidProject Entry point for the model of the Android Projects.
ArtifactMetaData Meta Data for an Artifact.
BaseArtifact The base information for all generated artifacts
BaseConfig Base config object for Build Type and Product flavor.
BuildType a Build Type.
BuildTypeContainer A Container of all the data related to BuildType.
ClassField A Simple class field with name, type and value, all as strings.
Dependencies A set of dependencies for an AndroidArtifact.
JavaArtifact The information for a generated Java artifact.
JavaCompileOptions Java compile options.
LintOptions Options for lint.
NdkConfig Base class for NDK config file.
PackagingOptions Options for APK Packaging.
ProductFlavor a Product Flavor.
ProductFlavorContainer A Container of all the data related to ProductFlavor.
SigningConfig A Signing Configuration
SourceProvider Represent a SourceProvider for a given configuration.
SourceProviderContainer An association of an ArtifactMetaData's name and a SourceProvider.
Variant A build Variant.