A B C D G I P S V

A

AaptOptions - Interface in com.android.builder.model
Options for aapt.
AndroidLibrary - Interface in com.android.builder.model
Represents an Android Library dependency, its content and its own dependencies
AndroidProject - Interface in com.android.builder.model
Entry point for the model of the Android Projects.
ArtifactInfo - Interface in com.android.builder.model
The information for a generated artifact.

B

BaseConfig - Interface in com.android.builder.model
Base config object for Build Type and Product flavor.
BUILD_MODEL_ONLY_SYSTEM_PROPERTY - Static variable in interface com.android.builder.model.AndroidProject
 
BuildType - Interface in com.android.builder.model
a Build Type.
BuildTypeContainer - Interface in com.android.builder.model
A Container of all the data related to BuildType.

C

com.android.builder.model - package com.android.builder.model
 

D

Dependencies - Interface in com.android.builder.model
A set of dependencies for an ArtifactInfo.

G

getAaptOptions() - Method in interface com.android.builder.model.AndroidProject
Returns the aapt options.
getAidlDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the aidl source folders.
getAidlFolder() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the aidl import folder.
getAssembleTaskName() - Method in interface com.android.builder.model.ArtifactInfo
Returns the name of the task used to generate the artifact.
getAssetsDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the android assets folders.
getAssetsFolder() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the assets folder.
getBootClasspath() - Method in interface com.android.builder.model.AndroidProject
Returns the boot classpath matching the compile target.
getBuildConfig() - Method in interface com.android.builder.model.BaseConfig
List of Build Config lines.
getBuildType() - Method in interface com.android.builder.model.BuildTypeContainer
The Build Type itself.
getBuildType() - Method in interface com.android.builder.model.Variant
Returns the build type.
getBuildTypes() - Method in interface com.android.builder.model.AndroidProject
Returns a map of all the BuildType in their container.
getBundle() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the library aar bundle.
getClassesFolder() - Method in interface com.android.builder.model.ArtifactInfo
Returns the folder containing the class files.
getCompileTarget() - Method in interface com.android.builder.model.AndroidProject
Returns the compilation target as a string.
getConsumerProguardFiles() - Method in interface com.android.builder.model.BaseConfig
Returns the list of proguard rule files for consumers of the library to use.
getDefaultConfig() - Method in interface com.android.builder.model.AndroidProject
Returns the ProductFlavorContainer for the 'main' default config.
getDependencies() - Method in interface com.android.builder.model.ArtifactInfo
Returns the resolved dependencies for this artifact.
getDisplayName() - Method in interface com.android.builder.model.Variant
Returns a display name for the variant.
getFolder() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the unzipped bundle folder.
getFrameworkSource() - Method in interface com.android.builder.model.AndroidProject
Returns a list of folders or jar files that contains the framework source code.
getGeneratedManifest() - Method in interface com.android.builder.model.ArtifactInfo
The generated manifest for this variant's artifact.
getGeneratedResourceFolders() - Method in interface com.android.builder.model.ArtifactInfo
Returns all the resource folders that are generated.
getGeneratedSourceFolders() - Method in interface com.android.builder.model.ArtifactInfo
Returns all the source folders that are generated.
getIgnoreAssets() - Method in interface com.android.builder.model.AaptOptions
Returns the value for the --ignore-assets option, or null
getJarFile() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the jar file to use for packaging.
getJars() - Method in interface com.android.builder.model.Dependencies
The list of jar dependencies.
getJavaCompileTaskName() - Method in interface com.android.builder.model.ArtifactInfo
 
getJavaDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the java source folders.
getJniDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the jni source folders.
getJniFolder() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the jni libraries folder.
getKeyAlias() - Method in interface com.android.builder.model.SigningConfig
Returns the key alias name.
getKeyPassword() - Method in interface com.android.builder.model.SigningConfig
return the key password.
getLibraries() - Method in interface com.android.builder.model.Dependencies
The list of Android library dependencies.
getLibraryDependencies() - Method in interface com.android.builder.model.AndroidLibrary
Returns the direct dependency of this dependency.
getLintJar() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the lint jar.
getLocalJars() - Method in interface com.android.builder.model.AndroidLibrary
Returns the list of local Jar files that are included in the dependency.
getMainArtifactInfo() - Method in interface com.android.builder.model.Variant
Returns the main artifact for this variant.
getManifest() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the manifest.
getManifestFile() - Method in interface com.android.builder.model.SourceProvider
Returns the manifest file.
getMergedFlavor() - Method in interface com.android.builder.model.Variant
The result of the merge of all the flavors and of the main default config.
getMinSdkVersion() - Method in interface com.android.builder.model.ProductFlavor
Returns the minSdkVersion.
getModelVersion() - Method in interface com.android.builder.model.AndroidProject
Returns the model version.
getName() - Method in interface com.android.builder.model.AndroidProject
Returns the name of the module.
getName() - Method in interface com.android.builder.model.BuildType
Returns the name of the build type.
getName() - Method in interface com.android.builder.model.ProductFlavor
Returns the name of the flavor.
getName() - Method in interface com.android.builder.model.SigningConfig
Returns the name of the Signing config
getName() - Method in interface com.android.builder.model.Variant
Returns the name of the variant.
getNoCompress() - Method in interface com.android.builder.model.AaptOptions
Returns the list of values for the -0 (disabled compression) option, or null
getOutputFile() - Method in interface com.android.builder.model.ArtifactInfo
Returns the output file for this artifact.
getPackageName() - Method in interface com.android.builder.model.ArtifactInfo
Returns the package name of this artifact.
getPackageName() - Method in interface com.android.builder.model.ProductFlavor
Returns the name of the product flavor.
getPackageNameSuffix() - Method in interface com.android.builder.model.BuildType
Returns the package name suffix applied to this build type.
getProductFlavor() - Method in interface com.android.builder.model.ProductFlavorContainer
The Product Flavor itself.
getProductFlavors() - Method in interface com.android.builder.model.AndroidProject
Returns a map of all the ProductFlavor in their container.
getProductFlavors() - Method in interface com.android.builder.model.Variant
Returns the flavors for this variants.
getProguardFiles() - Method in interface com.android.builder.model.BaseConfig
Returns the list of proguard rule files.
getProguardRules() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the proguard files.
getProject() - Method in interface com.android.builder.model.AndroidLibrary
Returns the project identifier if the library is output by a module.
getProjects() - Method in interface com.android.builder.model.Dependencies
The list of project dependencies.
getRenderscriptDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the renderscript source folders.
getRenderscriptFolder() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the renderscript import folder.
getRenderscriptOptimLevel() - Method in interface com.android.builder.model.BuildType
Returns the optimization level of the renderscript compilation.
getRenderscriptTargetApi() - Method in interface com.android.builder.model.ProductFlavor
Returns the renderscript target api.
getResDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the android resources folders.
getResFolder() - Method in interface com.android.builder.model.AndroidLibrary
Returns the location of the res folder.
getResourceConfigurations() - Method in interface com.android.builder.model.Variant
Returns the resource configuration for this variant.
getResourcesDirectories() - Method in interface com.android.builder.model.SourceProvider
Returns the java resources folders.
getSigningConfigName() - Method in interface com.android.builder.model.ArtifactInfo
Returns the name of the SigningConfig used for the signing.
getSigningConfigs() - Method in interface com.android.builder.model.AndroidProject
Returns a map of SigningConfig.
getSourceGenTaskName() - Method in interface com.android.builder.model.ArtifactInfo
Returns the name of the task used to generate the source code.
getSourceProvider() - Method in interface com.android.builder.model.BuildTypeContainer
The associated sources of the build type.
getSourceProvider() - Method in interface com.android.builder.model.ProductFlavorContainer
The associated main sources of the product flavor
getStoreFile() - Method in interface com.android.builder.model.SigningConfig
Returns the keystore file.
getStorePassword() - Method in interface com.android.builder.model.SigningConfig
Returns the keystore password.
getStoreType() - Method in interface com.android.builder.model.SigningConfig
Returns the store type.
getTargetSdkVersion() - Method in interface com.android.builder.model.ProductFlavor
Returns the targetSdkVersion.
getTestArtifactInfo() - Method in interface com.android.builder.model.Variant
Returns the test artifact for this variant.
getTestInstrumentationRunner() - Method in interface com.android.builder.model.ProductFlavor
Returns the test package name.
getTestPackageName() - Method in interface com.android.builder.model.ProductFlavor
Returns the test package name.
getTestSourceProvider() - Method in interface com.android.builder.model.ProductFlavorContainer
The associated test sources of the product flavor
getUnresolvedDependencies() - Method in interface com.android.builder.model.AndroidProject
Returns the dependencies that were not successfully resolved.
getVariants() - Method in interface com.android.builder.model.AndroidProject
Returns a map of all the variants.
getVersionCode() - Method in interface com.android.builder.model.ProductFlavor
Returns the version code.
getVersionName() - Method in interface com.android.builder.model.ProductFlavor
Returns the version name.
getVersionNameSuffix() - Method in interface com.android.builder.model.BuildType
Returns the version name suffix.

I

isDebuggable() - Method in interface com.android.builder.model.BuildType
Returns whether the build type is configured to generate a debuggable apk.
isJniDebugBuild() - Method in interface com.android.builder.model.BuildType
Returns whether the build type is configured to generate an apk with debuggable native code.
isLibrary() - Method in interface com.android.builder.model.AndroidProject
Returns whether this is a library.
isRenderscriptDebugBuild() - Method in interface com.android.builder.model.BuildType
Returns whether the build type is configured to generate an apk with debuggable renderscript code.
isRunProguard() - Method in interface com.android.builder.model.BuildType
Returns whether proguard is enabled for this build type.
isSigned() - Method in interface com.android.builder.model.ArtifactInfo
Returns whether the output file is signed.
isSigningReady() - Method in interface com.android.builder.model.SigningConfig
Returns whether the config is fully configured for signing.
isZipAlign() - Method in interface com.android.builder.model.BuildType
Return whether zipalign is enabled for this build type.

P

ProductFlavor - Interface in com.android.builder.model
a Product Flavor.
ProductFlavorContainer - Interface in com.android.builder.model
A Container of all the data related to ProductFlavor.

S

SigningConfig - Interface in com.android.builder.model
A Signing Configuration
SourceProvider - Interface in com.android.builder.model
Represent a SourceProvider for a given configuration.

V

Variant - Interface in com.android.builder.model
A build Variant.

A B C D G I P S V