Package com.android.builder.model

Interface Summary
AaptOptions Options for aapt.
AdbOptions Options for adb.
AndroidArtifact An Android Artifact.
AndroidArtifactOutput The Actual output for a AndroidArtifact, which can be one file at the minimum or several APKs in case of pure splits configuration.
AndroidLibrary Represents an Android Library dependency, its content and its own dependencies
AndroidProject Entry point for the model of the Android Projects.
ApiVersion Represents the version of an Android Platform.
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.
DataBindingOptions Options for data binding
Dependencies A set of dependencies for an AndroidArtifact.
DimensionAware Interface for objects has a dimension.
InstantRun Model for InstantRun related information.
JavaArtifact The information for a generated Java artifact.
JavaCompileOptions Java compile options.
JavaLibrary A Java library.
Library  
LintOptions Options for lint.
MavenCoordinates Coordinates that uniquely identifies a project in a Maven repository.
NativeAndroidProject Entry point for the model of the Android native support.
NativeArtifact A native artifact.
NativeFile A native source file with compile settings.
NativeFolder A native source folder with compile settings for each file type.
NativeLibrary A Native Library.
NativeSettings Compilation settings for a native source file.
NativeToolchain Toolchain for building a native library.
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.
SyncIssue Class representing a sync issue.
Variant A build Variant.
VectorDrawablesOptions Options for build-time support for vector drawables.
 

Class Summary
Version