- generate() - Method in class com.android.builder.compiling.BuildConfigGenerator
-
Generates the BuildConfig class.
- generate() - Method in class com.android.builder.compiling.ResValueGenerator
-
Generates the resource files
- generateApkData(File, File, String, String) - Method in class com.android.builder.core.AndroidBuilder
-
- generateApkDataEntryInManifest(int, int, File) - Static method in class com.android.builder.core.AndroidBuilder
-
- generateFile(File, File) - Method in class com.android.builder.png.VectorDrawableRenderer
-
- generateMainDexKeepRules(ManifestData, File) - Static method in class com.android.builder.symbols.SymbolUtils
-
Generates keep rules based on the nodes declared in the manifest file.
- generateMinifyKeepRules(ManifestData, File) - Static method in class com.android.builder.symbols.SymbolUtils
-
Generates keep rules based on the nodes declared in the manifest file.
- generateRForLibraries(SymbolTable, Collection<SymbolTable>, File, boolean) - Static method in class com.android.builder.symbols.RGeneration
-
Given a symbol table for the main program (that could be an application, a library or
anything that actually generates symbols), and given the symbol tables for all libraries it
depends on, generates the R.java files for each individual library.
- generateRTxt(SymbolTable, File) - Static method in class com.android.builder.symbols.SymbolUtils
-
Creates and writes a symbol table into an R.txt file in a given directory.
- generateUnbundledWearApkData(File, String) - Method in class com.android.builder.core.AndroidBuilder
-
- get(File) - Method in class com.android.builder.files.FileCacheByPath
-
Obtains the cached file corresponding to the file with the given path.
- getAbis() - Method in class com.android.builder.testing.ConnectedDevice
-
- getAdb() - Method in class com.android.builder.sdk.SdkInfo
-
Returns the location of the adb tool.
- getAdditionalClasspath() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getAdditionalClasspath() - Method in class com.android.builder.dependency.level2.Dependency
-
- getAdditionalClasspath() - Method in class com.android.builder.dependency.level2.JavaDependency
-
- getAdditionalParameters() - Method in class com.android.builder.core.DefaultDexOptions
-
List of additional parameters to be passed to dx.
- getAdditionalParameters() - Method in interface com.android.builder.core.DexOptions
-
- getAddress() - Method in class com.android.builder.dependency.level2.Dependency
-
- getAddress() - Method in class com.android.builder.dependency.level2.DependencyNode
-
- getAddress() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
- getAidlFolder() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getAidlSourceList() - Method in class com.android.builder.core.VariantConfiguration
-
- getAllDexToMerge() - Method in interface com.android.builder.dexing.DexMergingStrategy
-
Returns the current list of DEX files that can be merged.
- getAllDexToMerge() - Method in class com.android.builder.dexing.NaiveDexMergingStrategy
-
- getAllDexToMerge() - Method in class com.android.builder.dexing.ReferenceCountMergingStrategy
-
- getAllPaths() - Method in class com.android.builder.merge.DelegateIncrementalFileMergerInput
-
- getAllPaths() - Method in class com.android.builder.merge.FilterIncrementalFileMergerInput
-
- getAllPaths() - Method in interface com.android.builder.merge.IncrementalFileMergerInput
-
Obtains all OS-independent paths of all files that in this input, regardless of being changed
or not.
- getAllPaths() - Method in class com.android.builder.merge.LazyIncrementalFileMergerInput
-
- getAllPaths() - Method in class com.android.builder.merge.RenameIncrementalFileMergerInput
-
- getAnalyticsVariantType() - Method in enum com.android.builder.core.VariantType
-
Returns the corresponding variant type used by the analytics system.
- getAnimationsDisabled() - Method in interface com.android.builder.testing.TestData
-
- getAnnotationsJar() - Method in class com.android.builder.sdk.SdkInfo
-
Returns the location of the annotations jar for compilation targets that are ≤ 15.
- getApiCodeName() - Method in class com.android.builder.testing.ConnectedDevice
-
- getApiLevel() - Method in class com.android.builder.core.DefaultApiVersion
-
- getApiLevel() - Method in class com.android.builder.testing.ConnectedDevice
-
- getApiString() - Method in class com.android.builder.core.DefaultApiVersion
-
- getApplicationId() - Method in class com.android.builder.core.DefaultProductFlavor
-
Returns the application ID.
- getApplicationId() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the application ID for this variant.
- getApplicationId() - Method in interface com.android.builder.testing.TestData
-
Returns the application id.
- getArchivePath() - Method in exception com.android.builder.packaging.DuplicateFileException
-
- getArtifactFile() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getArtifactFile() - Method in class com.android.builder.dependency.level2.Dependency
-
Returns the artifact location.
- getArtifactId() - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
- getArtifactName() - Method in enum com.android.builder.core.VariantType
-
Returns the name used in the builder model for artifacts that correspond to this variant
type.
- getArtifactType() - Method in enum com.android.builder.core.VariantType
-
Returns the artifact type used in the builder model.
- getAssetSets() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the dynamic list of AssetSet based on the configuration, its dependencies,
as well as tested config if applicable (test of a library).
- getAssetsFolder() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
- getBase() - Method in class com.android.builder.files.RelativeFile
-
Obtains the base directory.
- getBaseDirectoryCount(ImmutableMap<RelativeFile, FileStatus>) - Static method in class com.android.builder.files.IncrementalRelativeFileSets
-
Counts how many different base directories are there in a relative file set.
- getBaseName() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the full, unique name of the variant, including BuildType, flavors and test,
dash separated.
- getBootClasspath(boolean) - Method in class com.android.builder.core.AndroidBuilder
-
Helper method to get the boot classpath to be used during compilation.
- getBootClasspathAsStrings(boolean) - Method in class com.android.builder.core.AndroidBuilder
-
Helper method to get the boot classpath to be used during compilation.
- getBuildConfigFile() - Method in class com.android.builder.compiling.BuildConfigGenerator
-
- getBuildConfigItems() - Method in class com.android.builder.core.VariantConfiguration
-
Returns a list of items for the BuildConfig class.
- getBuildToolInfo() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the build tools for this builder.
- getBuildTools() - Method in class com.android.builder.sdk.TargetInfo
-
Returns the BuildToolInfo
- getBuildType() - Method in class com.android.builder.core.VariantConfiguration
-
- getBuildTypeSourceSet() - Method in class com.android.builder.core.VariantConfiguration
-
The SourceProvider for the BuildType.
- getCachedFile() - Method in class com.android.builder.utils.FileCache.QueryResult
-
Returns the path to the cached output file/directory, can be null if the cache does not
want to expose this information.
- getCacheDirectory() - Method in class com.android.builder.utils.FileCache
-
- getCauseOfCorruption() - Method in class com.android.builder.utils.FileCache.QueryResult
-
Returns a cause if the cache is corrupted, and null otherwise.
- getCfOptions() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- getClassifier() - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
- getClasspathFile() - Method in class com.android.builder.dependency.level2.Dependency
-
- getClasspathFile() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
- getClasspathFile() - Method in class com.android.builder.dependency.level2.JavaDependency
-
- getCodename() - Method in class com.android.builder.core.DefaultApiVersion
-
- getConsumerProguardFiles() - Method in class com.android.builder.core.VariantConfiguration
-
- getCoordForLocalJar(File) - Static method in class com.android.builder.dependency.level2.JavaDependency
-
- getCoordinates() - Method in class com.android.builder.dependency.level2.Dependency
-
Returns the maven coordinates.
- getCreatedBy() - Method in class com.android.builder.core.AndroidBuilder
-
Obtains the "created by" tag for the packaged manifest.
- getDefaultConfig() - Method in class com.android.builder.core.VariantConfiguration
-
- getDefaultNoCompressPredicate() - Static method in class com.android.builder.packaging.PackagingUtils
-
- getDefaultSourceSet() - Method in class com.android.builder.core.VariantConfiguration
-
- getDensity() - Method in class com.android.builder.testing.ConnectedDevice
-
- getDependencies() - Method in class com.android.builder.dependency.level2.DependencyNode
-
Return the direct dependency of this node.
- getDeviceConfig() - Method in class com.android.builder.testing.ConnectedDevice
-
- getDevices() - Method in class com.android.builder.testing.ConnectedDeviceProvider
-
- getDexByteCodeConverter() - Method in class com.android.builder.core.AndroidBuilder
-
- getDexFileContent() - Method in class com.android.builder.dexing.DexArchiveEntry
-
Returns content of this DEX file.
- getDexingType() - Method in class com.android.builder.core.VariantConfiguration
-
- getDexingType() - Method in class com.android.builder.dexing.DexMergerConfig
-
- getDexInProcess() - Method in class com.android.builder.core.DefaultDexOptions
-
Whether to run the dx compiler as a separate process or inside the Gradle daemon JVM.
- getDexInProcess() - Method in interface com.android.builder.core.DexOptions
-
- getDexOptions() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- getDimension() - Method in class com.android.builder.core.DefaultProductFlavor
-
Name of the dimension this product flavor belongs to.
- getDirectorySegments() - Method in class com.android.builder.core.VariantConfiguration
-
Returns a unique directory name (can include multiple folders) for the variant,
based on build type, flavor and test.
- getDirName() - Method in class com.android.builder.core.VariantConfiguration
-
Returns a unique directory name (can include multiple folders) for the variant,
based on build type, flavor and test.
- getDownloader() - Method in class com.android.builder.sdk.SdkLibData
-
Returns the downloader used to download the missing SDK components.
- getDxContext() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- getDxContext() - Method in class com.android.builder.dexing.DexMergerConfig
-
- getEnum(String) - Static method in enum com.android.builder.symbols.SymbolJavaType
-
- getErrorReporter() - Method in class com.android.builder.core.AndroidBuilder
-
- getExternalAnnotations() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getExtractedFolder() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
- getExtractNativeLibs() - Method in class com.android.builder.core.DefaultManifestParser
-
- getExtractNativeLibs() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns value of the extractNativeLibs attribute of the application tag, if
present.
- getFile() - Method in class com.android.builder.files.RelativeFile
-
Obtains the file.
- getFileInCache(FileCache.Inputs) - Method in class com.android.builder.utils.FileCache
-
Returns the path of the cached output file/directory that is unique to the given list of
inputs (different lists of inputs correspond to different cached files/directories).
- getFiles() - Method in interface com.android.builder.dexing.DexArchive
-
- getFileStatus(String) - Method in class com.android.builder.merge.DelegateIncrementalFileMergerInput
-
- getFileStatus(String) - Method in class com.android.builder.merge.FilterIncrementalFileMergerInput
-
- getFileStatus(String) - Method in interface com.android.builder.merge.IncrementalFileMergerInput
-
Obtains the status of a path in this input.
- getFileStatus(String) - Method in class com.android.builder.merge.LazyIncrementalFileMergerInput
-
- getFileStatus(String) - Method in class com.android.builder.merge.RenameIncrementalFileMergerInput
-
- getFilesToAdd() - Method in class com.android.builder.core.DexProcessBuilder
-
- getFilesToBeGenerated(File) - Method in class com.android.builder.png.VectorDrawableRenderer
-
- getFlavorName() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the flavor name of the variant, including all flavors in camel case (starting
with a lower case).
- getFlavorName() - Method in interface com.android.builder.testing.TestData
-
Returns the flavor name being test.
- getFlavorNamesWithDimensionNames() - Method in class com.android.builder.core.VariantConfiguration
-
Return the names of the applied flavors.
- getFlavorSourceProviders() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the list of SourceProviders for the flavors.
- getFolderPath() - Method in class com.android.builder.compiling.BuildConfigGenerator
-
Returns a File representing where the BuildConfig class will be.
- getFolderPath() - Method in class com.android.builder.compiling.ResValueGenerator
-
Returns a File representing where the BuildConfig class will be.
- getFullAaptOutput(File) - Method in class com.android.builder.core.ApkInfoParser
-
Returns the full aapt manifest dump output.
- getFullName() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the full, unique name of the variant in camel case (starting with a lower case),
including BuildType, Flavors and Test (if applicable).
- getFunctionalTest() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the functionalTest for instrumentation in the manifest file processed by this parser.
- getFunctionalTest() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the functionalTest from the instrumentation tag in the manifest file.
- getFunctionalTest() - Method in class com.android.builder.core.VariantConfiguration
-
Returns functionalTest value to use to test this variant, or if the
variant is a test, the one to use to test the tested variant.
- getFunctionalTestFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getGeneratedDensities() - Method in class com.android.builder.core.DefaultVectorDrawablesOptions
-
Densities used when generating PNGs from vector drawables at build time.
- getGroupId() - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
- getHandleProfiling() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the handleProfiling for instrumentation in the manifest file processed by this parser.
- getHandleProfiling() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the handleProfiling from the instrumentation tag in the manifest file.
- getHandleProfiling() - Method in class com.android.builder.core.VariantConfiguration
-
Returns handleProfiling value to use to test this variant, or if the
variant is a test, the one to use to test the tested variant.
- getHandleProfilingFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getHeight() - Method in class com.android.builder.testing.ConnectedDevice
-
- getIdOverride() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the application id override value coming from the Product Flavor and/or the
Build Type.
- getInputs() - Method in class com.android.builder.core.DexProcessBuilder
-
- getInstanceWithMultiProcessLocking(File) - Static method in class com.android.builder.utils.FileCache
-
Returns a FileCache instance where synchronization takes effect for threads both
within the same process and across different processes.
- getInstanceWithMultiProcessLocking(File) - Static method in class com.android.builder.utils.SynchronizedFile
-
Returns a SynchronizedFile instance where synchronization takes effect for threads
both within the same process and across different processes.
- getInstanceWithSingleProcessLocking(File) - Static method in class com.android.builder.utils.FileCache
-
Returns a FileCache instance where synchronization takes effect for threads within
the same process but not for threads across different processes.
- getInstanceWithSingleProcessLocking(File) - Static method in class com.android.builder.utils.SynchronizedFile
-
Returns a SynchronizedFile instance where synchronization takes effect for threads
within the same process but not for threads across different processes.
- getInstrumentationRunner() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the instrumentation runner for the manifest file processed by this parser.
- getInstrumentationRunner() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the instrumentation runner from the instrumentation tag in the manifest file.
- getInstrumentationRunner() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the instrumentationRunner to use to test this variant, or if the
variant is a test, the one to use to test the tested variant.
- getInstrumentationRunner() - Method in interface com.android.builder.testing.TestData
-
- getInstrumentationRunnerArguments() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the instrumentationRunner arguments to use to test this variant, or if the
variant is a test, the ones to use to test the tested variant
- getInstrumentationRunnerArguments() - Method in interface com.android.builder.testing.TestData
-
- getInstrumentationRunnerFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getJarFile() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getJarFile() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
Returns the location of the jar file to use for either packaging or compiling depending on
the bundle type.
- getJarJarRuleFiles() - Method in class com.android.builder.core.VariantConfiguration
-
- getJarsRootFolder() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getJavaMaxHeapSize() - Method in class com.android.builder.core.DefaultDexOptions
-
Specifies the -Xmx value when calling dx.
- getJavaMaxHeapSize() - Method in interface com.android.builder.core.DexOptions
-
- getJavaProcessExecutor() - Method in class com.android.builder.core.AndroidBuilder
-
- getJavaType() - Method in class com.android.builder.symbols.Symbol
-
Obtains the java type of the symbol.
- getJniFolder() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getJniLibsSets() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the dynamic list of AssetSet based on the configuration, its dependencies,
as well as tested config if applicable (test of a library).
- getJniSourceList() - Method in class com.android.builder.core.VariantConfiguration
-
- getJumboMode() - Method in class com.android.builder.core.DefaultDexOptions
-
Enable jumbo mode in dx (--force-jumbo).
- getJumboMode() - Method in interface com.android.builder.core.DexOptions
-
- getKeepRuntimeAnnotatedClasses() - Method in class com.android.builder.core.DefaultDexOptions
-
Keep all classes with runtime annotations in the main dex in legacy multidex.
- getKeepRuntimeAnnotatedClasses() - Method in interface com.android.builder.core.DexOptions
-
- getKey() - Method in class com.android.builder.utils.FileCache.Inputs
-
Returns a key representing this list of input parameters.
- getKeyAlias() - Method in class com.android.builder.signing.DefaultSigningConfig
-
- getKeyPassword() - Method in class com.android.builder.signing.DefaultSigningConfig
-
- getLanguage() - Method in class com.android.builder.testing.ConnectedDevice
-
- getLeafFolders(String, Collection<File>...) - Static method in class com.android.builder.core.AndroidBuilder
-
Computes and returns the leaf folders based on a given file extension.
- getLibraries() - Method in class com.android.builder.core.AaptPackageProcessBuilder
-
- getLintJar() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getLoader(File) - Static method in class com.android.builder.sdk.DefaultSdkLoader
-
- getLoader(File) - Static method in class com.android.builder.sdk.PlatformLoader
-
- getLocalJars() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
returns the list of local jar for this android AAR.
- getLogger() - Method in class com.android.builder.core.AndroidBuilder
-
- getMainDexList() - Method in class com.android.builder.core.DexProcessBuilder
-
- getMainManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getManifest() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
- getManifestFile() - Method in class com.android.builder.core.AaptPackageProcessBuilder
-
- getManifestOverlays() - Method in class com.android.builder.core.VariantConfiguration
-
- getManifestPlaceholders() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the merged manifest placeholders.
- getMaxProcessCount() - Method in class com.android.builder.core.DefaultDexOptions
-
Returns the maximum number of concurrent processes that can be used to dex.
- getMaxProcessCount() - Method in interface com.android.builder.core.DexOptions
-
- getMaxSdkVersion() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getMergedBuildConfigFields() - Method in class com.android.builder.core.VariantConfiguration
-
Return the merged build config fields for the variant.
- getMergedFlavor() - Method in class com.android.builder.core.VariantConfiguration
-
- getMergedResValues() - Method in class com.android.builder.core.VariantConfiguration
-
Return the merged res values for the variant.
- getMessage() - Method in exception com.android.builder.packaging.DuplicateFileException
-
- getMinSdkVersion() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the minimum sdk version for the manifest file processed by this parser.
- getMinSdkVersion() - Method in class com.android.builder.core.DefaultProductFlavor
-
Min SDK version.
- getMinSdkVersion() - Method in class com.android.builder.core.DexProcessBuilder
-
- getMinSdkVersion() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the minSdkVersion from the manifest file.
- getMinSdkVersion() - Method in class com.android.builder.core.VariantConfiguration
-
Return the minSdkVersion for this variant.
- getMinSdkVersion() - Method in interface com.android.builder.testing.TestData
-
The min SDK version of the app
- getMinSdkVersionValue() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the minSdkVersion as integer.
- getMode() - Method in class com.android.builder.core.ErrorReporter
-
- getMultiDexKeepFile() - Method in class com.android.builder.core.VariantConfiguration
-
- getMultiDexKeepProguard() - Method in class com.android.builder.core.VariantConfiguration
-
- getMultiFlavorSourceProvider() - Method in class com.android.builder.core.VariantConfiguration
-
- getName() - Method in class com.android.builder.core.DefaultBuildType
-
Name of this build type.
- getName() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getName() - Method in class com.android.builder.core.LibraryRequest
-
The name of the library.
- getName() - Method in class com.android.builder.dependency.level2.Dependency
-
Returns a user friendly name.
- getName() - Method in class com.android.builder.merge.DelegateIncrementalFileMergerInput
-
- getName() - Method in interface com.android.builder.merge.IncrementalFileMergerInput
-
Obtains the name of this input.
- getName() - Method in class com.android.builder.merge.LazyIncrementalFileMergerInput
-
- getName() - Method in class com.android.builder.signing.DefaultSigningConfig
-
- getName() - Method in class com.android.builder.symbols.Symbol
-
Obtains the name of the symbol.
- getName() - Method in class com.android.builder.testing.ConnectedDevice
-
- getName() - Method in class com.android.builder.testing.ConnectedDeviceProvider
-
- getNameSuffix() - Method in class com.android.builder.testing.ConnectedDevice
-
- getNativeLibrariesLibrariesPackagingMode(File) - Static method in class com.android.builder.packaging.PackagingUtils
-
- getNoCompressPredicate(AaptOptions, File) - Static method in class com.android.builder.packaging.PackagingUtils
-
- getNodeType() - Method in class com.android.builder.dependency.level2.DependencyNode
-
- getNumThreadsForDexArchives() - Static method in class com.android.builder.utils.PerformanceUtils
-
- getOptimize() - Method in class com.android.builder.core.DefaultDexOptions
-
- getOriginalApplicationId() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the original application ID before any overrides from flavors.
- getOsIndependentRelativePath() - Method in class com.android.builder.files.RelativeFile
-
Obtains the OS independent path.
- getOutput() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the AndroidLibrary that this library variant produces.
- getOutputFile() - Method in class com.android.builder.core.DexProcessBuilder
-
- getPackage() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the package name for the manifest file processed by this parser.
- getPackage() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the package name from the manifest file.
- getPackageFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
Reads the package name from the manifest.
- getPackageName() - Method in class com.android.builder.core.ApkInfoParser.ApkInfo
-
- getPackageNameFromManifest(File) - Static method in class com.android.builder.symbols.SymbolUtils
-
Pulls out the package name from the given android manifest.
- getPackageNameFromManifest(ManifestData) - Static method in class com.android.builder.symbols.SymbolUtils
-
Pulls out the package name from the given parsed android manifest.
- getPackaging() - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
- getPreDexLibraries() - Method in class com.android.builder.core.DefaultDexOptions
-
Whether to pre-dex libraries.
- getPreDexLibraries() - Method in interface com.android.builder.core.DexOptions
-
- getPrefix() - Method in enum com.android.builder.core.VariantType
-
Returns prefix used for naming source directories.
- getProcessExecutor() - Method in class com.android.builder.core.AndroidBuilder
-
- getProductFlavors() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the product flavors.
- getProguardFiles(List<File>) - Method in class com.android.builder.core.VariantConfiguration
-
Returns the proguard config files coming from the project.
- getProguardRules() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getProjectPath() - Method in class com.android.builder.dependency.level2.Dependency
-
Returns an optional project path if the dependency is a sub-module.
- getProperty(String) - Method in class com.android.builder.testing.ConnectedDevice
-
- getPublicResources() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getQueryEvent() - Method in class com.android.builder.utils.FileCache.QueryResult
-
- getRegion() - Method in class com.android.builder.testing.ConnectedDevice
-
- getRelativePathInArchive() - Method in class com.android.builder.dexing.DexArchiveEntry
-
Returns a path relative to the root path of the dex archive containing it.
- getRenderscriptFolder() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getRenderscriptNdkModeEnabled() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getRenderscriptNdkModeEnabled() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the renderscript NDK mode.
- getRenderscriptOptimLevel() - Method in class com.android.builder.core.DefaultBuildType
-
Optimization level to use by the renderscript compiler.
- getRenderscriptSourceList() - Method in class com.android.builder.core.VariantConfiguration
-
Returns all the renderscript source folder from the main config, the flavors and the
build type.
- getRenderScriptSupportJar() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the jar file for the renderscript mode.
- getRenderscriptSupportModeBlasEnabled() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getRenderscriptSupportModeBlasEnabled() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the renderscript BLAS support mode.
- getRenderscriptSupportModeEnabled() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getRenderscriptSupportModeEnabled() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the renderscript support mode.
- getRenderscriptTarget() - Method in class com.android.builder.core.VariantConfiguration
-
- getRenderscriptTargetApi() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getRepositories() - Method in class com.android.builder.sdk.DefaultSdkLoader
-
- getRepositories() - Method in class com.android.builder.sdk.PlatformLoader
-
- getRepositories() - Method in interface com.android.builder.sdk.SdkLoader
-
Returns the location of artifact repositories built-in the SDK.
- getRequestedCoordinates() - Method in class com.android.builder.dependency.level2.DependencyNode
-
Returns this library's Maven coordinates, as requested in the build file.
- getResFolder() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
- getResourceConfigurations() - Method in class com.android.builder.core.DefaultProductFlavor
-
Adds a res config filter (for instance 'hdpi')
- getResourceFolders() - Method in class com.android.builder.core.VariantConfiguration
-
returns all the resource folders from all the sourcesets.
- getResourceSets(boolean) - Method in class com.android.builder.core.VariantConfiguration
-
Returns the dynamic list of ResourceSet for the source folders only.
- getResourceType() - Method in class com.android.builder.symbols.Symbol
-
Obtains the resource type.
- getResValues() - Method in class com.android.builder.core.VariantConfiguration
-
Returns a list of generated resource values.
- getRootPath() - Method in interface com.android.builder.dexing.ClassFileInput
-
Base path of this input.
- getRootPath() - Method in interface com.android.builder.dexing.DexArchive
-
Returns the path to this DEX archive.
- getSdkInfo() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the SdkInfo, if set.
- getSdkInfo(ILogger) - Method in class com.android.builder.sdk.DefaultSdkLoader
-
- getSdkInfo(ILogger) - Method in class com.android.builder.sdk.PlatformLoader
-
- getSdkInfo(ILogger) - Method in interface com.android.builder.sdk.SdkLoader
-
Returns generic SDK information.
- getSerialNumber() - Method in class com.android.builder.testing.ConnectedDevice
-
- getSettings() - Method in class com.android.builder.sdk.SdkLibData
-
Returns the settings used to download the missing SDK components.
- getShaderSets() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the dynamic list of AssetSet based on the configuration, its dependencies,
as well as tested config if applicable (test of a library).
- getSigningConfig() - Method in class com.android.builder.core.DefaultBuildType
-
Sets the signing configuration.
- getSigningConfig() - Method in class com.android.builder.core.DefaultProductFlavor
-
Signing config used by this product flavor.
- getSigningConfig() - Method in class com.android.builder.core.VariantConfiguration
-
- getSortedSourceProviders() - Method in class com.android.builder.core.VariantConfiguration
-
Returns a list of sorted SourceProvider in order of ascending order, meaning, the earlier
items are meant to be overridden by later items.
- getSourceFiles() - Method in exception com.android.builder.packaging.DuplicateFileException
-
- getSourceOutputDir() - Method in class com.android.builder.core.AaptPackageProcessBuilder
-
- getSplit() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the split name for the manifest file processed by this parser.
- getSplit() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the split name from the manifest file.
- getSplitFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
Reads the split name from the manifest.
- getState() - Method in class com.android.builder.testing.ConnectedDevice
-
- getStoreFile() - Method in class com.android.builder.signing.DefaultSigningConfig
-
- getStorePassword() - Method in class com.android.builder.signing.DefaultSigningConfig
-
- getStoreType() - Method in class com.android.builder.signing.DefaultSigningConfig
-
- getSuffix() - Method in enum com.android.builder.core.VariantType
-
Returns suffix used for naming Gradle tasks.
- getSupportBlasLibFolder() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the BLAS lib folder for renderscript support mode.
- getSupportNativeLibFolder() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the native lib folder for the renderscript mode.
- getSymbolFile() - Method in class com.android.builder.dependency.level2.AndroidDependency
-
- getSymbolOutputDir() - Method in class com.android.builder.core.AaptPackageProcessBuilder
-
- getSymbols() - Method in class com.android.builder.symbols.SymbolTable
-
- getSystemProperty(String) - Method in class com.android.builder.testing.ConnectedDevice
-
- getTablePackage() - Method in class com.android.builder.symbols.SymbolTable
-
Obtains the table package.
- getTarget() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the compilation target, if set.
- getTarget() - Method in class com.android.builder.sdk.TargetInfo
-
Returns the compilation target
- getTargetCodename() - Method in class com.android.builder.core.AndroidBuilder
-
- getTargetInfo() - Method in class com.android.builder.core.AndroidBuilder
-
Returns the TargetInfo, if set.
- getTargetInfo(String, Revision, ILogger, SdkLibData) - Method in class com.android.builder.sdk.DefaultSdkLoader
-
- getTargetInfo(String, Revision, ILogger, SdkLibData) - Method in class com.android.builder.sdk.PlatformLoader
-
- getTargetInfo(String, Revision, ILogger, SdkLibData) - Method in interface com.android.builder.sdk.SdkLoader
-
Returns information about a build target.
- getTargetPackage() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the target package for instrumentation in the manifest file processed by this parser.
- getTargetPackage() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the targetPackage from the instrumentation tag in the manifest file.
- getTargetSdkVersion() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the target sdk version for the manifest file processed by this parser.
- getTargetSdkVersion() - Method in class com.android.builder.core.DefaultProductFlavor
-
Target SDK version.
- getTargetSdkVersion() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the targetSdkVersion from the manifest file.
- getTargetSdkVersion() - Method in class com.android.builder.core.VariantConfiguration
-
Return the targetSdkVersion for this variant.
- getTestApk() - Method in interface com.android.builder.testing.TestData
-
Returns the APK containing the test classes for the application.
- getTestApplicationId() - Method in class com.android.builder.core.DefaultProductFlavor
-
Test application ID.
- getTestApplicationId() - Method in class com.android.builder.core.VariantConfiguration
-
- getTestDirectories() - Method in interface com.android.builder.testing.TestData
-
Returns the list of directories containing test so the build system can check the presence
of tests before deploying anything.
- getTestedApks(ProcessExecutor, File, DeviceConfigProvider, ILogger) - Method in interface com.android.builder.testing.TestData
-
Returns an APK file to install based on given density and abis.
- getTestedApplicationId() - Method in class com.android.builder.core.VariantConfiguration
-
- getTestedApplicationId() - Method in interface com.android.builder.testing.TestData
-
Returns the tested application id.
- getTestedApplicationIdFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getTestedConfig() - Method in class com.android.builder.core.VariantConfiguration
-
- getTestFunctionalTest() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getTestHandleProfiling() - Method in class com.android.builder.core.DefaultProductFlavor
-
- getTestingTypes() - Static method in enum com.android.builder.core.VariantType
-
- getTestInstrumentationRunner() - Method in class com.android.builder.core.DefaultProductFlavor
-
Test instrumentation runner class name.
- getTestInstrumentationRunnerArguments() - Method in class com.android.builder.core.DefaultProductFlavor
-
Test instrumentation runner custom arguments.
- getTestLabel() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the testLabel for instrumentation in the manifest file processed by this parser.
- getTestLabel() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the testLabel from the instrumentation tag in the manifest file.
- getTestLabel() - Method in class com.android.builder.core.VariantConfiguration
-
Gets the test label for this variant
- getTestLabelFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getTestProguardFiles() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the proguard config files to be used for the test APK.
- getThreadCount() - Method in class com.android.builder.core.DefaultDexOptions
-
Number of threads to use when running dx.
- getThreadCount() - Method in interface com.android.builder.core.DexOptions
-
- getTimeoutInMs() - Method in class com.android.builder.testing.ConnectedDeviceProvider
-
- getType() - Method in class com.android.builder.core.AaptPackageProcessBuilder
-
- getType() - Method in class com.android.builder.core.VariantConfiguration
-
- getTypeName() - Method in enum com.android.builder.symbols.SymbolJavaType
-
- getUpdatedPaths() - Method in class com.android.builder.merge.DelegateIncrementalFileMergerInput
-
- getUpdatedPaths() - Method in class com.android.builder.merge.FilterIncrementalFileMergerInput
-
- getUpdatedPaths() - Method in interface com.android.builder.merge.IncrementalFileMergerInput
-
Obtains all OS-independent paths of all files that were changed in this input.
- getUpdatedPaths() - Method in class com.android.builder.merge.LazyIncrementalFileMergerInput
-
- getUpdatedPaths() - Method in class com.android.builder.merge.RenameIncrementalFileMergerInput
-
- getUserDefinedHeapSize() - Static method in class com.android.builder.utils.PerformanceUtils
-
Returns the heap size that was specified by the -Xmx value from the user, or an approximated
value if the -Xmx value was not set or was set improperly.
- getUseSupportLibrary() - Method in class com.android.builder.core.DefaultVectorDrawablesOptions
-
Whether to use runtime support for vector drawables, instead of build-time support.
- getValue() - Method in class com.android.builder.symbols.Symbol
-
Obtains the value of the symbol.
- getVariant() - Method in class com.android.builder.dependency.level2.ExtractedDependency
-
Returns an optional configuration name if the library is output by a module
that publishes more than one variant.
- getVariantSourceProvider() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the variant specific source provider
- getVectorDrawables() - Method in class com.android.builder.core.DefaultProductFlavor
-
Options to configure the build-time support for vector drawables.
- getVersion() - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
- getVersionCode() - Method in class com.android.builder.core.ApkInfoParser.ApkInfo
-
- getVersionCode() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the version code for the manifest file processed by this parser.
- getVersionCode() - Method in class com.android.builder.core.DefaultProductFlavor
-
Version code.
- getVersionCode() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the version code from the manifest file.
- getVersionCode() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the version code for this variant.
- getVersionCodeFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getVersionlessId() - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
Returns this coordinates Id without the version attribute.
- getVersionName() - Method in class com.android.builder.core.ApkInfoParser.ApkInfo
-
- getVersionName() - Method in class com.android.builder.core.DefaultManifestParser
-
Gets the version name for the manifest file processed by this parser.
- getVersionName() - Method in class com.android.builder.core.DefaultProductFlavor
-
Version name.
- getVersionName() - Method in interface com.android.builder.core.ManifestAttributeSupplier
-
Returns the version name from the manifest file.
- getVersionName() - Method in class com.android.builder.core.VariantConfiguration
-
Returns the version name for this variant.
- getVersionNameFromManifest() - Method in class com.android.builder.core.VariantConfiguration
-
- getWearAppUnbundled() - Method in class com.android.builder.core.DefaultProductFlavor
-
Returns whether to enable unbundling mode for embedded wear app.
- getWidth() - Method in class com.android.builder.testing.ConnectedDevice
-