- cacheEntryExists(FileCache.Inputs) - Method in class com.android.builder.utils.FileCache
-
Returns true if the cache entry for the given list of inputs exists and is not
corrupted, and false otherwise.
- call() - Method in class com.android.builder.dexing.DexArchiveMergerCallable
-
- canonicalizeValueResourceName(String) - Static method in class com.android.builder.symbols.SymbolUtils
-
Updates the value resource name to mimic aapt's behaviour - replaces all dots and colons with
underscores.
- checkEntry(String) - Method in interface com.android.builder.packaging.ZipEntryFilter
-
Checks a file for inclusion in a Jar archive.
- checkFileForApkPackaging(String, boolean) - Static method in class com.android.builder.packaging.PackagingUtils
-
Checks a file to make sure it should be packaged as standard resources.
- ClassFileEntry - Interface in com.android.builder.dexing
-
A single .class file abstraction.
- ClassFileInput - Interface in com.android.builder.dexing
-
This represents input containing .class files.
- ClassFileInputs - Class in com.android.builder.dexing
-
- classMatcher - Static variable in interface com.android.builder.dexing.ClassFileInput
-
- clear() - Method in class com.android.builder.files.FileCacheByPath
-
Clears the cache.
- close() - Method in class com.android.builder.merge.DelegateIncrementalFileMergerInput
-
- close() - Method in class com.android.builder.merge.DelegateIncrementalFileMergerOutput
-
- close() - Method in class com.android.builder.merge.LazyIncrementalFileMergerInput
-
- close() - Method in interface com.android.builder.merge.OpenableCloseable
-
Closes the object.
- collectClasses(Collection<Path>) - Method in class com.android.builder.dexing.RuntimeAnnotatedClassCollector
-
Returns the set of paths to classes that are kept by the keepClassPredicate.
- com.android.builder - package com.android.builder
-
- com.android.builder.compiling - package com.android.builder.compiling
-
- com.android.builder.core - package com.android.builder.core
-
- com.android.builder.dependency - package com.android.builder.dependency
-
- com.android.builder.dependency.level2 - package com.android.builder.dependency.level2
-
- com.android.builder.dexing - package com.android.builder.dexing
-
- com.android.builder.files - package com.android.builder.files
-
- com.android.builder.merge - package com.android.builder.merge
-
The merge package provides the implementation of an incremental merger.
- com.android.builder.packaging - package com.android.builder.packaging
-
- com.android.builder.png - package com.android.builder.png
-
- com.android.builder.sdk - package com.android.builder.sdk
-
- com.android.builder.signing - package com.android.builder.signing
-
- com.android.builder.symbols - package com.android.builder.symbols
-
The Symbols package contains classes used for parsing and processing android resources
and generating the R.java file.
- com.android.builder.testing - package com.android.builder.testing
-
- com.android.builder.utils - package com.android.builder.utils
-
- compareWithoutVersion(MavenCoordinates) - Method in class com.android.builder.dependency.MavenCoordinatesImpl
-
- compileAidlFile(File, File, File, File, Collection<String>, List<File>, DependencyFileProcessor, ProcessOutputHandler) - Method in class com.android.builder.core.AndroidBuilder
-
Compiles the given aidl file.
- compileAllAidlFiles(Collection<File>, File, File, Collection<String>, Collection<File>, DependencyFileProcessor, ProcessOutputHandler) - Method in class com.android.builder.core.AndroidBuilder
-
Compiles all the aidl files found in the given source folders.
- compileAllRenderscriptFiles(Collection<File>, Collection<File>, File, File, File, File, int, boolean, int, boolean, boolean, Set<String>, ProcessOutputHandler) - Method in class com.android.builder.core.AndroidBuilder
-
Compiles all the renderscript files found in the given source folders.
- compileAllShaderFiles(File, File, List<String>, Map<String, List<String>>, File, ProcessOutputHandler) - Method in class com.android.builder.core.AndroidBuilder
-
Compiles all the shader files found in the given source folders.
- compileShaderFile(File, File, File, List<String>, Map<String, List<String>>, File, ProcessOutputHandler) - Method in class com.android.builder.core.AndroidBuilder
-
Compiles the given aidl file.
- computeApplicationHash(File) - Static method in class com.android.builder.packaging.PackagingUtils
-
Computes an "application hash", a reasonably unique identifier for an app.
- computeBaseNameWithSplits(String) - Method in class com.android.builder.core.VariantConfiguration
-
Returns a base name that includes the given splits name.
- computeDirNameWithSplits(String...) - 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, and splits.
- computeFilteredClasspath(IAndroidTarget, List<LibraryRequest>, ErrorReporter, File) - Static method in class com.android.builder.core.BootClasspathBuilder
-
- computeFlavorName(List<F>) - Static method in class com.android.builder.core.VariantConfiguration
-
Returns the flavor name for a variant composed of the given flavors, including all
flavor names in camel case (starting with a lower case).
- computeFullBootClasspath(IAndroidTarget, File) - Static method in class com.android.builder.core.BootClasspathBuilder
-
- computeFullName(String, B, VariantType, VariantType) - Static 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).
- computeFullNameWithSplits(String) - Method in class com.android.builder.core.VariantConfiguration
-
Returns a full name that includes the given splits name.
- concat() - Static method in class com.android.builder.merge.StreamMergeAlgorithms
-
Algorithm that concatenates streams ensuring each stream ends with a UNIX newline character.
- connect(int, ILogger) - Method in class com.android.builder.testing.ConnectedDevice
-
- CONNECTED - Static variable in class com.android.builder.core.BuilderConstants
-
- ConnectedDevice - Class in com.android.builder.testing
-
Local device connected to with ddmlib.
- ConnectedDevice(IDevice, ILogger, long, TimeUnit) - Constructor for class com.android.builder.testing.ConnectedDevice
-
- ConnectedDeviceProvider - Class in com.android.builder.testing
-
DeviceProvider for locally connected devices.
- ConnectedDeviceProvider(File, int, ILogger) - Constructor for class com.android.builder.testing.ConnectedDeviceProvider
-
- contains(Symbol) - Method in class com.android.builder.symbols.SymbolTable.Builder
-
Checks if a symbol with the same resource type and name as symbol have been
added.
- contains(ResourceType, String) - Method in class com.android.builder.symbols.SymbolTable.Builder
-
Checks if the table contains a symbol with the given resource type / name.
- convert(Stream<ClassFileEntry>, Path, boolean) - Method in class com.android.builder.dexing.DexArchiveBuilder
-
Converts the specified input, and writes it to the output dex archive.
- convertByteCode(Collection<File>, File, boolean, File, DexOptions, ProcessOutputHandler, int) - Method in class com.android.builder.core.DexByteCodeConverter
-
Converts the bytecode to Dalvik format
- copyOf(DexOptions) - Static method in class com.android.builder.core.DefaultDexOptions
-
- copyOf(VectorDrawablesOptions) - Static method in class com.android.builder.core.DefaultVectorDrawablesOptions
-
- create(Object) - Static method in class com.android.builder.core.DefaultApiVersion
-
- create(String, List<IncrementalFileMergerInput>) - Method in class com.android.builder.merge.DelegateIncrementalFileMergerOutput
-
- create(String, List<IncrementalFileMergerInput>) - Method in interface com.android.builder.merge.IncrementalFileMergerOutput
-
A path needs to be created.
- create(String, InputStream) - Method in interface com.android.builder.merge.MergeOutputWriter
-
Creates a new path in the output.
- createAndValidateSymbol(ResourceType, String, SymbolJavaType, String, List<String>) - Static method in class com.android.builder.symbols.Symbol
-
Creates a new symbol.
- createD8DexBuilder(int, boolean) - Static method in class com.android.builder.dexing.DexArchiveBuilder
-
Creates an instance that is using d8 to convert class files to dex files.
- createD8DexMerger(OutputStream, int, boolean) - Static method in interface com.android.builder.dexing.DexArchiveMerger
-
Creates an instance of dex archive merger that is using d8 to merge dex files.
- createDxDexBuilder(DexArchiveBuilderConfig) - Static method in class com.android.builder.dexing.DexArchiveBuilder
-
Creates an instance that is using dx to convert class files to dex files.
- createDxDexMerger(DxContext, ForkJoinPool) - Static method in interface com.android.builder.dexing.DexArchiveMerger
-
Creates an instance of dex archive merger that is using dx to merge dex files.
- createExplodedAarLibrary(File, MavenCoordinates, String, String, File) - Static method in class com.android.builder.dependency.level2.AndroidDependency
-
- createFile(File, FileCache.Inputs, ExceptionRunnable) - Method in class com.android.builder.utils.FileCache
-
Creates an output file/directory by either copying it from the cache, or creating it first
via the given file creator callback function and caching it if the cached file/directory does
not yet exist.
- createFileInCacheIfAbsent(FileCache.Inputs, ExceptionConsumer<File>) - Method in class com.android.builder.utils.FileCache
-
Creates the cached output file/directory via the given file creator callback function if it
does not yet exist.
- createIfAbsent(ExceptionConsumer<File>) - Method in class com.android.builder.utils.SynchronizedFile
-
Executes an action that creates the file if it does not yet exist.
- createMainDexList(File, File, EnumSet<AndroidBuilder.MainDexListOption>) - Method in class com.android.builder.core.AndroidBuilder
-
- createMockableJar(File, File) - Method in class com.android.builder.testing.MockableJarGenerator
-
- createRemoteAndroidTestRunner(TestData, DeviceConnector) - Method in class com.android.builder.testing.OnDeviceOrchestratorTestRunner
-
- createRemoteAndroidTestRunner(TestData, DeviceConnector) - Method in class com.android.builder.testing.SimpleTestRunner
-
- crunch(File, File, Job<AaptProcess>) - Method in class com.android.builder.png.AaptProcess
-
Notifies the slave process of a new crunching request, do not block on completion, the
notification will be issued through the job parameter's
Job.finished() or
Job.error(Throwable) ()}
functions.
- crunchPng(int, File, File) - Method in class com.android.builder.png.QueuedCruncher
-
- 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.
- get(Symbol) - Method in class com.android.builder.symbols.SymbolTable.Builder
-
Returns the symbol form the table matching the provided symbol
- 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.
- 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
-
- getChildren() - Method in class com.android.builder.symbols.Symbol
-
Obtains the list of the symbol's children.
- 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
-
- 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
-
- 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
-
- getEnum(String) - Static method in enum com.android.builder.symbols.SymbolJavaType
-
- getErrorOut() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- 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.
- getFlavorSelections() - Method in class com.android.builder.core.VariantConfiguration
-
- 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.
- getInBufferSize() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- 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
-
- 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
-
- 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
-
- 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 class com.android.builder.dexing.DexArchiveBuilderConfig
-
- 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(Collection<String>, 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.
- getOutBufferSize() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- 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.
- 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
-
- getRelativePath() - Method in interface com.android.builder.dexing.ClassFileEntry
-
Return the relative path from the root of the archive/folder abstraction.
- 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')
- 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.
- 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
-
- getSize() - Method in interface com.android.builder.dexing.ClassFileEntry
-
Returns the entry size in bytes.
- getSortedSourceProviders() - Method in class com.android.builder.core.VariantConfiguration
-
Returns a list of sorted SourceProvider in ascending order of importance.
- getSourceFiles(Function<SourceProvider, Collection<File>>) - Method in class com.android.builder.core.VariantConfiguration
-
- getSourceFiles() - Method in exception com.android.builder.packaging.DuplicateFileException
-
- getSourceFilesAsAssetSets(Function<SourceProvider, Collection<File>>) - Method in class com.android.builder.core.VariantConfiguration
-
Returns the dynamic list of AssetSet based on the configuration, for a particular
property of SourceProvider.
- 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
-
- 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
-
Returns 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
-
- 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
-
- getTool() - Method in class com.android.builder.dexing.DexArchiveBuilderConfig
-
- 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
-
- valueOf(String) - Static method in enum com.android.builder.core.AndroidBuilder.MainDexListOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.core.ErrorReporter.EvaluationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.core.VariantType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.dependency.level2.DependencyNode.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.dexing.DexerTool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.dexing.DexingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.dexing.DexMergerTool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.files.IncrementalRelativeFileSets.FileDeletionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.png.QueuedCruncher.Builder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.symbols.SymbolJavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.symbols.SymbolUtils.SymbolTableGenerationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.utils.FileCache.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.android.builder.utils.FileCache.QueryEvent
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.android.builder.core.AndroidBuilder.MainDexListOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.core.ErrorReporter.EvaluationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.core.VariantType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.dependency.level2.DependencyNode.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.dexing.DexerTool
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.dexing.DexingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.dexing.DexMergerTool
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.files.IncrementalRelativeFileSets.FileDeletionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.png.QueuedCruncher.Builder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.symbols.SymbolJavaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.symbols.SymbolUtils.SymbolTableGenerationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.utils.FileCache.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.android.builder.utils.FileCache.QueryEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariantConfiguration<T extends com.android.builder.model.BuildType,D extends com.android.builder.model.ProductFlavor,F extends com.android.builder.model.ProductFlavor> - Class in com.android.builder.core
-
A Variant configuration.
- VariantConfiguration(D, SourceProvider, ManifestAttributeSupplier, T, SourceProvider, VariantType, SigningConfig) - Constructor for class com.android.builder.core.VariantConfiguration
-
Creates the configuration with the base source sets for a given
VariantType.
- VariantConfiguration(D, SourceProvider, ManifestAttributeSupplier, T, SourceProvider, VariantType, VariantConfiguration<T, D, F>, SigningConfig) - Constructor for class com.android.builder.core.VariantConfiguration
-
Creates the configuration with the base source sets, and an optional tested variant.
- VariantType - Enum in com.android.builder.core
-
Type of a variant.
- VectorDrawableRenderer - Class in com.android.builder.png
-
Generates PNG images (and XML copies) from VectorDrawable files.
- VectorDrawableRenderer(int, File, Collection<Density>, Supplier<ILogger>) - Constructor for class com.android.builder.png.VectorDrawableRenderer
-
- Version - Class in com.android.builder
-