- GENERATION_COMPONENT - Static variable in interface com.android.builder.model.AndroidProject
-
- GENERATION_ORIGINAL - Static variable in interface com.android.builder.model.AndroidProject
-
- getAaptOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the aapt options.
- getAbi() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the target ABI of the artifact.
- getAbi() - Method in interface com.android.builder.model.NativeLibrary
-
Returns the ABI of the library.
- getAbiFilters() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the ABI filters associated with the artifact, or null if there are no filters.
- getAddDefaultAdapters() - Method in interface com.android.builder.model.DataBindingOptions
-
Whether to add the default data binding adapters.
- getAdditionalClassesFolders() - Method in interface com.android.builder.model.BaseArtifact
-
Folders with additional classes registered by third-party plugins like Kotlin.
- getAdditionalParameters() - Method in interface com.android.builder.model.AaptOptions
-
Returns the list of additional parameters to pass.
- getAdditionalRuntimeApks() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns a list of additional APKs that need to installed on the device for this artifact to
work correctly.
- getAidlDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the aidl source folders.
- getAidlFolder() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the aidl import folder.
- getAidlFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the aidl import folder.
- getAnimationsDisabled() - Method in interface com.android.builder.model.TestOptions
-
- getAnnotations() - Method in interface com.android.builder.model.ClassField
-
- getApiLevel() - Method in interface com.android.builder.model.ApiVersion
-
Returns the api level as an integer.
- getApiString() - Method in interface com.android.builder.model.ApiVersion
-
Returns the API value as a string.
- getApiVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the model api version.
- getApiVersion() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns the model api version.
- getApplicationId() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the application id of this artifact.
- getApplicationId() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
The applicationId for this Variant.
- getApplicationId() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the name of the product flavor.
- getApplicationIdSuffix() - Method in interface com.android.builder.model.BaseConfig
-
Returns the application id suffix applied to this base config.
- getArtifact() - Method in interface com.android.builder.model.level2.Library
-
Returns the artifact location.
- getArtifactAddress() - Method in interface com.android.builder.model.level2.GraphItem
-
Returns the artifact address in a unique way.
- getArtifactAddress() - Method in interface com.android.builder.model.level2.Library
-
Returns the artifact address in a unique way.
- getArtifactId() - Method in interface com.android.builder.model.MavenCoordinates
-
Returns the name that the project is known by.
- getArtifactName() - Method in interface com.android.builder.model.SourceProviderContainer
-
- getArtifacts() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of native artifacts.
- getAssembleTaskName() - Method in interface com.android.builder.model.AndroidArtifactOutput
-
Deprecated.
- getAssembleTaskName() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the name of the task used to generate the artifact output(s).
- getAssembleTaskName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the name of the task used to generate the artifact output.
- getAssetsDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the android assets folders.
- getAssetsFolder() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the assets folder.
- getAssetsFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the assets folder.
- getBaselineFile() - Method in interface com.android.builder.model.LintOptions
-
Returns the baseline file to use, if any.
- getBootClasspath() - Method in interface com.android.builder.model.AndroidProject
-
Returns the boot classpath matching the compile target.
- getBuildConfigFields() - Method in interface com.android.builder.model.AndroidArtifact
-
Map of Build Config Fields where the key is the field name.
- getBuildConfigFields() - Method in interface com.android.builder.model.BaseConfig
-
Map of Build Config Fields where the key is the field name.
- getBuildFiles() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of files that affects the build.
- getBuildFolder() - Method in interface com.android.builder.model.AndroidProject
-
Returns the build folder of this project.
- getBuildSystems() - Method in interface com.android.builder.model.NativeAndroidProject
-
Return the names of build systems used to create the native artifacts.
- getBuildToolsVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the build tools version used by this module.
- getBuildType() - Method in interface com.android.builder.model.BuildTypeContainer
-
The Build Type itself.
- getBuildType() - Method in interface com.android.builder.model.Variant
-
Returns the build type.
- getBuildTypes() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the
BuildType in their container.
- getBundle() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the dependency bundle.
- getCCompilerExecutable() - Method in interface com.android.builder.model.NativeToolchain
-
Returns the full path of the C compiler.
- getCCompilerFlags() - Method in interface com.android.builder.model.NativeLibrary
-
A list of compiler flags for C code.
- getCDefines() - Method in interface com.android.builder.model.NativeLibrary
-
A list of defines for C code.
- getCDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the C source folders.
- getCheck() - Method in interface com.android.builder.model.LintOptions
-
- getCIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
A list of include directories for compiling C code.
- getClassesFolder() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the folder containing the class files.
- getClassifier() - Method in interface com.android.builder.model.MavenCoordinates
-
Returns the project's classifier.
- getCodename() - Method in interface com.android.builder.model.ApiVersion
-
Returns the version code name if applicable, null otherwise.
- getCompileDependencies() - Method in interface com.android.builder.model.BaseArtifact
-
- getCompileDependencies() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the compile dependency graph.
- getCompilerFlags() - Method in interface com.android.builder.model.NativeSettings
-
- getCompileTarget() - Method in interface com.android.builder.model.AndroidProject
-
Returns the compilation target as a string.
- getCompileTaskName() - Method in interface com.android.builder.model.BaseArtifact
-
- getConsumerProguardFiles() - Method in interface com.android.builder.model.BaseConfig
-
Returns the collection of proguard rule files for consumers of the library to use.
- getCppCompilerExecutable() - Method in interface com.android.builder.model.NativeToolchain
-
Returns the full path of the C++ compiler.
- getCppCompilerFlags() - Method in interface com.android.builder.model.NativeLibrary
-
A list of compiler flags for C++ code.
- getCppDefines() - Method in interface com.android.builder.model.NativeLibrary
-
A list of defines for C++ code.
- getCppDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the C++ source folders.
- getCppIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
A list of include directories for compiling C++ code.
- getCppSystemIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
A list of system include directories for compiling C++ code.
- getCSystemIncludeDirs() - Method in interface com.android.builder.model.NativeLibrary
-
A list of system include directories for compiling C code.
- getData() - Method in interface com.android.builder.model.SyncIssue
-
Returns the data of the issue.
- getDebuggableLibraryFolders() - Method in interface com.android.builder.model.NativeLibrary
-
The folders containing built libraries with debug information.
- getDefaultConfig() - Method in interface com.android.builder.model.AndroidProject
-
- getDependencies() - Method in interface com.android.builder.model.BaseArtifact
-
Return the level 0-1 type dependencies
- getDependencies() - Method in interface com.android.builder.model.JavaLibrary
-
Returns the direct dependencies of this library.
- getDependencies() - Method in interface com.android.builder.model.level2.GraphItem
-
Return the direct dependency of this node.
- getDependencyGraphs() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the resolved dependencies for this artifact.
- getDimension() - Method in interface com.android.builder.model.DimensionAware
-
Specifies the flavor dimension that this product flavor belongs to.
- getDisable() - Method in interface com.android.builder.model.LintOptions
-
Returns the set of issue id's to suppress.
- getDisplayName() - Method in interface com.android.builder.model.Variant
-
Returns a display name for the variant.
- getDocumentation() - Method in interface com.android.builder.model.ClassField
-
- getDoNotStrip() - Method in interface com.android.builder.model.PackagingOptions
-
Glob patterns to exclude native libraries from being stripped.
- getEnable() - Method in interface com.android.builder.model.LintOptions
-
Returns the set of issue id's to enable.
- getEncoding() - Method in interface com.android.builder.model.JavaCompileOptions
-
- getExcludes() - Method in interface com.android.builder.model.PackagingOptions
-
Glob patterns to exclude from packaging.
- getExecution() - Method in interface com.android.builder.model.TestOptions
-
- getExportedHeaders() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the folders container headers exported for the library.
- getExternalAnnotations() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the external annotations zip file (which may not exist)
- getExternalAnnotations() - Method in interface com.android.builder.model.level2.Library
-
- getExtraAndroidArtifacts() - Method in interface com.android.builder.model.Variant
-
- getExtraArtifacts() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of extra artifacts meta data.
- getExtraJavaArtifacts() - Method in interface com.android.builder.model.Variant
-
- getExtraSourceProviders() - Method in interface com.android.builder.model.BuildTypeContainer
-
Returns a list of ArtifactMetaData/SourceProvider association.
- getExtraSourceProviders() - Method in interface com.android.builder.model.ProductFlavorContainer
-
Returns a list of ArtifactMetaData/SourceProvider association.
- getFailOnMissingConfigEntry() - Method in interface com.android.builder.model.AaptOptions
-
passes the --error-on-missing-config-entry parameter to the aapt command, by default false.
- getFeatureOutputs() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
Returns the collection of feature outputs for this Variant.
- getFileExtensions() - Method in interface com.android.builder.model.NativeAndroidProject
-
Return a map of file extension to each file type.
- getFilePath() - Method in interface com.android.builder.model.NativeFile
-
The source file.
- getFilters() - Method in interface com.android.build.VariantOutput
-
Returns all the split information used to create the APK.
- getFilterType() - Method in interface com.android.build.FilterData
-
- getFilterTypes() - Method in interface com.android.build.VariantOutput
-
Returns the split dimensions the referenced APK was created with.
- getFlavorDimensions() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the flavor dimensions, may be empty.
- getFolder() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the unzipped bundle folder.
- getFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the unzipped bundle folder.
- getFolderPath() - Method in interface com.android.builder.model.NativeFolder
-
Folder containing the source files.
- getFrameworkSources() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of folders or jar files that contains the framework source code.
- getGeneratedDensities() - Method in interface com.android.builder.model.VectorDrawablesOptions
-
- getGeneratedManifest() - Method in interface com.android.builder.model.AndroidArtifactOutput
-
The generated manifest for this variant's artifact's output.
- getGeneratedResourceFolders() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns all the resource folders that are generated.
- getGeneratedSourceFolders() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns all the source folders that are generated.
- getGeneratedSourceFolders() - Method in interface com.android.builder.model.BaseArtifact
-
Returns all the source folders that are generated.
- getGroupId() - Method in interface com.android.builder.model.MavenCoordinates
-
Returns the name of the project's group, similar to the Java packaging structure.
- getGroupName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the group this artifact is associated with.
- getHtmlOutput() - Method in interface com.android.builder.model.LintOptions
-
The optional path to where an HTML report should be written
- getHtmlReport() - Method in interface com.android.builder.model.LintOptions
-
Whether we should write an HTML report.
- getIdentifier() - Method in interface com.android.build.FilterData
-
- getIdeSetupTaskNames() - Method in interface com.android.builder.model.BaseArtifact
-
Returns names of tasks that need to be run when setting up the IDE project.
- getIgnoreAssets() - Method in interface com.android.builder.model.AaptOptions
-
Returns the value for the --ignore-assets option, or null
- getInfoFile() - Method in interface com.android.builder.model.InstantRun
-
Returns the last incremental build information, including success or failure, verifier
reason for requesting a restart, etc...
- getInstallOptions() - Method in interface com.android.builder.model.AdbOptions
-
Returns the list of APK installation options.
- getInstantAppVariantsBuildOutput() - Method in interface com.android.builder.model.InstantAppProjectBuildOutput
-
- getInstantRun() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the InstantRun feature related model.
- getInstrumentedTestTaskName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the task used to run instrumented tests or null if the variant is not a
test variant.
- getJarFile() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the jar file to use for either packaging or compiling depending on
the bundle type.
- getJarFile() - Method in interface com.android.builder.model.JavaLibrary
-
Returns the library's jar file.
- getJarFile() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the jar file to use for either packaging or compiling depending on
the bundle type.
- getJarJarRuleFiles() - Method in interface com.android.builder.model.BaseConfig
-
Deprecated.
- getJavaCompileOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the compile options for Java code.
- getJavaDependencies() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the collection of external Jar files that are included in the dependency.
- getJavaDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the java source folders.
- getJavaLibraries() - Method in interface com.android.builder.model.Dependencies
-
The list of Java library dependencies.
- getJavaResourcesFolder() - Method in interface com.android.builder.model.BaseArtifact
-
Returns the folder containing resource files that classes form this artifact expect to find
on the classpath.
- getJniFolder() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the jni libraries folder.
- getJniFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the jni libraries folder.
- getJniLibsDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the native libs folders.
- getKeyAlias() - Method in interface com.android.builder.model.SigningConfig
-
Returns the key alias name.
- getKeyPassword() - Method in interface com.android.builder.model.SigningConfig
-
return the key password.
- getLibraries() - Method in interface com.android.builder.model.Dependencies
-
The list of Android library dependencies.
- getLibraries() - Method in interface com.android.builder.model.level2.GlobalLibraryMap
-
the list of external libraries used by all the variants in the module.
- getLibraryDependencies() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the list of direct library dependencies of this dependency.
- getLintConfig() - Method in interface com.android.builder.model.LintOptions
-
Returns an optional path to a lint.xml configuration file
- getLintJar() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the lint jar.
- getLintJar() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the lint jar.
- getLintOptions() - Method in interface com.android.builder.model.AndroidProject
-
Returns the lint options.
- getLocalJars() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the list of local Jar files that are included in the dependency.
- getLocalJars() - Method in interface com.android.builder.model.level2.Library
-
Returns the list of local Jar files that are included in the dependency.
- getMainArtifact() - Method in interface com.android.builder.model.Variant
-
Returns the main artifact for this variant.
- getMainOutputFile() - Method in interface com.android.build.VariantOutput
-
Returns the main file for this artifact which can be either the com.android.build.OutputFile.OutputType#MAIN or com.android.build.OutputFile.OutputType#FULL_SPLIT
- getManifest() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the manifest.
- getManifest() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the manifest relative to the folder.
- getManifestFile() - Method in interface com.android.builder.model.SourceProvider
-
Returns the manifest file.
- getManifestPlaceholders() - Method in interface com.android.builder.model.BaseConfig
-
Returns the map of key value pairs for placeholder substitution in the android manifest file.
- getMaxSdkVersion() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the maxSdkVersion.
- getMergedFlavor() - Method in interface com.android.builder.model.Variant
-
The result of the merge of all the flavors and of the main default config.
- getMerges() - Method in interface com.android.builder.model.PackagingOptions
-
Glob patterns to merge.
- getMessage() - Method in interface com.android.builder.model.SyncIssue
-
Returns the a user-readable message for the issue.
- getMinSdkVersion() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the minSdkVersion.
- getMockablePlatformJar() - Method in interface com.android.builder.model.JavaArtifact
-
Path to the mockable platform jar generated for this
JavaArtifact, if present.
- getModelVersion() - Method in interface com.android.builder.model.AndroidProject
-
Returns the model version.
- getModelVersion() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns the model version.
- getMultiDexEnabled() - Method in interface com.android.builder.model.BaseConfig
-
Returns whether multi-dex is enabled.
- getMultiDexKeepFile() - Method in interface com.android.builder.model.BaseConfig
-
- getMultiDexKeepProguard() - Method in interface com.android.builder.model.BaseConfig
-
- getMultiFlavorSourceProvider() - Method in interface com.android.builder.model.BaseArtifact
-
A SourceProvider specific to the flavor combination.
- getMultiLineMessage() - Method in interface com.android.builder.model.SyncIssue
-
Returns the a user-readable nulti-line message for the issue.
- getName() - Method in interface com.android.builder.model.AndroidProject
-
Returns the name of the module.
- getName() - Method in interface com.android.builder.model.ArtifactMetaData
-
- getName() - Method in interface com.android.builder.model.BaseArtifact
-
Name of the artifact.
- getName() - Method in interface com.android.builder.model.BaseBuildOutput
-
Variant full name.
- getName() - Method in interface com.android.builder.model.BaseConfig
-
- getName() - Method in interface com.android.builder.model.BuildType
-
Returns the name of the build type.
- getName() - Method in interface com.android.builder.model.ClassField
-
- getName() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
Variant full name.
- getName() - Method in interface com.android.builder.model.Library
-
Returns a user friendly name.
- getName() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns the name of the module.
- getName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the name of the artifact.
- getName() - Method in interface com.android.builder.model.NativeLibrary
-
Returns the name of the native library.
- getName() - Method in interface com.android.builder.model.NativeSettings
-
- getName() - Method in interface com.android.builder.model.NativeToolchain
-
Returns the name of the toolchain.
- getName() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the name of the flavor.
- getName() - Method in interface com.android.builder.model.SigningConfig
-
Returns the name of the Signing config
- getName() - Method in interface com.android.builder.model.SourceProvider
-
Returns the name of this source set.
- getName() - Method in interface com.android.builder.model.Variant
-
Returns the name of the variant.
- getNamespacing() - Method in interface com.android.builder.model.AaptOptions
-
Returns the resource namespacing strategy for this sub-project
- getNativeLibraries() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the native libraries associated with the artifact.
- getNativeToolchains() - Method in interface com.android.builder.model.AndroidProject
-
Returns the collection of toolchains used to create any native libraries.
- getNoCompress() - Method in interface com.android.builder.model.AaptOptions
-
Returns the list of values for the -0 (disabled compression) option, or null
- getOutput() - Method in interface com.android.builder.model.InstantAppVariantBuildOutput
-
Returns the build output for this Variant.
- getOutputFile() - Method in interface com.android.build.OutputFile
-
Returns the output file for this artifact's output.
- getOutputFile() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the output file with debug symbols unstripped.
- getOutputs() - Method in interface com.android.build.VariantOutput
-
Deprecated.
- getOutputs() - Method in interface com.android.builder.model.AndroidArtifact
-
- getOutputs() - Method in interface com.android.builder.model.BaseBuildOutput
-
Returns the collection of build output for this Variant.
- getOutputType() - Method in interface com.android.build.VariantOutput
-
Returns the output type of the referenced APK.
- getPackageDependencies() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the package dependency graph.
- getPackaging() - Method in interface com.android.builder.model.MavenCoordinates
-
Returns the project's artifact type.
- getPerLanguageSettings() - Method in interface com.android.builder.model.NativeFolder
-
The compile settings for each file type.
- getPickFirsts() - Method in interface com.android.builder.model.PackagingOptions
-
Glob patterns to pick first.
- getPluginGeneration() - Method in interface com.android.builder.model.AndroidProject
-
Returns the generation of the plugin.
- getProductFlavor() - Method in interface com.android.builder.model.ProductFlavorContainer
-
The Product Flavor itself.
- getProductFlavors() - Method in interface com.android.builder.model.AndroidProject
-
- getProductFlavors() - Method in interface com.android.builder.model.Variant
-
Returns the flavors for this variants.
- getProguardFiles() - Method in interface com.android.builder.model.BaseConfig
-
Specifies the ProGuard configuration files that the plugin should use.
- getProguardRules() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the proguard files.
- getProguardRules() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the proguard files.
- getProject() - Method in interface com.android.builder.model.Library
-
Returns an optional project identifier if the library is output
by a module.
- getProjectPath() - Method in interface com.android.builder.model.level2.Library
-
Returns the gradle path.
- getProjects() - Method in interface com.android.builder.model.Dependencies
-
Deprecated.
- getProjectType() - Method in interface com.android.builder.model.AndroidProject
-
Returns the type of project: Android application, library, feature, instantApp.
- getProjectVariant() - Method in interface com.android.builder.model.AndroidBundle
-
Returns an optional configuration name if the library is output by a module
that publishes more than one variant.
- getProvidedLibraries() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the list of provided libraries.
- getPublicResources() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of an optional file that lists the only
resources that should be considered public.
- getPublicResources() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of an optional file that lists the only
resources that should be considered public.
- getRenderscriptDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the renderscript source folders.
- getRenderscriptFolder() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the renderscript import folder.
- getRenderscriptFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the renderscript import folder.
- getRenderscriptNdkModeEnabled() - Method in interface com.android.builder.model.ProductFlavor
-
Returns whether the renderscript code should be compiled to generate C/C++ bindings.
- getRenderscriptOptimLevel() - Method in interface com.android.builder.model.BuildType
-
Returns the optimization level of the renderscript compilation.
- getRenderscriptSupportModeBlasEnabled() - Method in interface com.android.builder.model.ProductFlavor
-
Returns whether the renderscript BLAS support lib should be used to
make it compatible with older versions of Android.
- getRenderscriptSupportModeEnabled() - Method in interface com.android.builder.model.ProductFlavor
-
Returns whether the renderscript code should be compiled in support mode to
make it compatible with older versions of Android.
- getRenderscriptTargetApi() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the renderscript target api.
- getRequestedCoordinates() - Method in interface com.android.builder.model.level2.GraphItem
-
Returns this library's Maven coordinates, as requested in the build file.
- getRequestedCoordinates() - Method in interface com.android.builder.model.Library
-
Returns this library's Maven coordinates, as requested in the build file.
- getResDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the android resources folders.
- getResFolder() - Method in interface com.android.builder.model.AndroidBundle
-
Returns the location of the res folder.
- getResFolder() - Method in interface com.android.builder.model.level2.Library
-
Returns the location of the res folder.
- getResolvedCoordinates() - Method in interface com.android.builder.model.Library
-
Returns this library's Maven coordinates after all the project's dependencies have been
resolved.
- getResourceConfigurations() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the resource configuration for this variant.
- getResourcePrefix() - Method in interface com.android.builder.model.AndroidProject
-
Returns the resource prefix to use, if any.
- getResourcesDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the java resources folders.
- getResValues() - Method in interface com.android.builder.model.AndroidArtifact
-
Map of generated res values where the key is the res name.
- getResValues() - Method in interface com.android.builder.model.BaseConfig
-
Map of generated res values where the key is the res name.
- getRuntimeFiles() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the files that needs to be deployed with getOutputFile to be executed on device.
- getSettings() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of all compile settings.
- getSettingsName() - Method in interface com.android.builder.model.NativeFile
-
- getSeverity() - Method in interface com.android.builder.model.SyncIssue
-
Returns the severity of the issue.
- getSeverityOverrides() - Method in interface com.android.builder.model.LintOptions
-
An optional map of severity overrides.
- getShadersDirectories() - Method in interface com.android.builder.model.SourceProvider
-
Returns the shader folders.
- getSigningConfig() - Method in interface com.android.builder.model.BuildType
-
Returns the associated signing config or null if none are set on the build type.
- getSigningConfig() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the associated signing config or null if none are set on the product flavor.
- getSigningConfigName() - Method in interface com.android.builder.model.AndroidArtifact
-
- getSigningConfigs() - Method in interface com.android.builder.model.AndroidProject
-
- getSkippedLibraries() - Method in interface com.android.builder.model.level2.DependencyGraphs
-
Returns the list of skipped libraries.
- getSourceCompatibility() - Method in interface com.android.builder.model.JavaCompileOptions
-
- getSourceFiles() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the source files.
- getSourceFolders() - Method in interface com.android.builder.model.NativeArtifact
-
Returns thes source folders for the artifact.
- getSourceGenTaskName() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the name of the task used to generate the source code.
- getSourceProvider() - Method in interface com.android.builder.model.BuildTypeContainer
-
The associated sources of the build type.
- getSourceProvider() - Method in interface com.android.builder.model.ProductFlavorContainer
-
The associated main sources of the product flavor
- getSourceProvider() - Method in interface com.android.builder.model.SourceProviderContainer
-
Returns the source provider
- getStoreFile() - Method in interface com.android.builder.model.SigningConfig
-
Returns the keystore file.
- getStorePassword() - Method in interface com.android.builder.model.SigningConfig
-
Returns the keystore password.
- getStoreType() - Method in interface com.android.builder.model.SigningConfig
-
Returns the store type.
- getSupportStatus() - Method in interface com.android.builder.model.InstantRun
-
Returns a status code indicating whether Instant Run is supported and why.
- getSymbolFile() - Method in interface com.android.builder.model.AndroidLibrary
-
Returns the location of the text symbol file
- getSymbolFile() - Method in interface com.android.builder.model.level2.Library
-
- getSyncIssues() - Method in interface com.android.builder.model.AndroidProject
-
Returns issues found during sync.
- getTargetCompatibility() - Method in interface com.android.builder.model.JavaCompileOptions
-
- getTargetName() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the name of the target that builds this artifact.
- getTargetProjectPath() - Method in interface com.android.builder.model.TestedTargetVariant
-
Returns the Gradle path of the project that is being tested.
- getTargetSdkVersion() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the targetSdkVersion.
- getTargetVariant() - Method in interface com.android.builder.model.TestedTargetVariant
-
Returns the variant of the tested project.
- getTestApplicationId() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the test application id.
- getTestedTargetVariants() - Method in interface com.android.builder.model.Variant
-
Returns the list of target projects and the variants that this variant is testing.
- getTestedVariantName() - Method in interface com.android.builder.model.TestVariantBuildOutput
-
Returns the variant name of the tested variant.
- getTestFunctionalTest() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the functionalTest value.
- getTestHandleProfiling() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the handlingProfile value.
- getTestingVariants() - Method in interface com.android.builder.model.VariantBuildOutput
-
Returns a possibly empty list of test variants for this variant.
- getTestInstrumentationRunner() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the test instrumentation runner.
- getTestInstrumentationRunnerArguments() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the arguments for the test instrumentation runner.
- getTestOptions() - Method in interface com.android.builder.model.AndroidArtifact
-
Returns the test options only if the variant type is testing.
- getTestProguardFiles() - Method in interface com.android.builder.model.BaseConfig
-
Returns the collection of proguard rule files to use for the test APK.
- getTextOutput() - Method in interface com.android.builder.model.LintOptions
-
The optional path to where a text report should be written.
- getTextReport() - Method in interface com.android.builder.model.LintOptions
-
Whether we should write an text report.
- getTimeOutInMs() - Method in interface com.android.builder.model.AdbOptions
-
Returns the time out used for all adb operations.
- getToolChain() - Method in interface com.android.builder.model.NativeArtifact
-
Returns the toolchain used for compilation.
- getToolchainName() - Method in interface com.android.builder.model.NativeLibrary
-
Returns the name of the toolchain used to compile the native library.
- getToolChains() - Method in interface com.android.builder.model.NativeAndroidProject
-
Returns a collection of toolchains.
- getType() - Method in interface com.android.builder.model.ArtifactMetaData
-
- getType() - Method in interface com.android.builder.model.ClassField
-
- getType() - Method in interface com.android.builder.model.level2.Library
-
The type of the dependency
- getType() - Method in interface com.android.builder.model.SyncIssue
-
Returns the type of the issue.
- getType() - Method in interface com.android.builder.model.TestVariantBuildOutput
-
Returns the test variant type as a String
- getUnresolvedDependencies() - Method in interface com.android.builder.model.AndroidProject
-
- getUseSupportLibrary() - Method in interface com.android.builder.model.VectorDrawablesOptions
-
- getValue() - Method in interface com.android.builder.model.ClassField
-
- getVariant() - Method in interface com.android.builder.model.level2.Library
-
Returns an optional variant name if the consumed artifact of the library is associated
to one.
- getVariants() - Method in interface com.android.builder.model.AndroidProject
-
Returns a list of all the variants.
- getVariantsBuildOutput() - Method in interface com.android.builder.model.ProjectBuildOutput
-
- getVariantSourceProvider() - Method in interface com.android.builder.model.BaseArtifact
-
A SourceProvider specific to the variant.
- getVectorDrawables() - Method in interface com.android.builder.model.ProductFlavor
-
- getVersion() - Method in interface com.android.builder.model.DataBindingOptions
-
The version of data binding to use.
- getVersion() - Method in interface com.android.builder.model.MavenCoordinates
-
Returns the version of the project.
- getVersionCode() - Method in interface com.android.build.VariantOutput
-
Returns the version code for this output.
- getVersionCode() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the version code associated with this flavor or null if none have been set.
- getVersionlessId() - Method in interface com.android.builder.model.MavenCoordinates
-
Returns this coordinates Id without the version attribute.
- getVersionName() - Method in interface com.android.builder.model.ProductFlavor
-
Returns the version name.
- getVersionNameSuffix() - Method in interface com.android.builder.model.BaseConfig
-
Returns the version name suffix of this flavor or null if none have been set.
- getWearAppUnbundled() - Method in interface com.android.builder.model.ProductFlavor
-
Returns whether to enable unbundling mode for embedded wear app.
- getWorkingDirectory() - Method in interface com.android.builder.model.NativeFile
-
The working directory for the compiler.
- getWorkingDirectory() - Method in interface com.android.builder.model.NativeFolder
-
The working directory for the compiler.
- getXmlOutput() - Method in interface com.android.builder.model.LintOptions
-
The optional path to where an XML report should be written
- getXmlReport() - Method in interface com.android.builder.model.LintOptions
-
Whether we should write an XML report.
- GlobalLibraryMap - Interface in com.android.builder.model.level2
-
Global map of all the
Library instances used in a single or multi-module gradle project.
- GraphItem - Interface in com.android.builder.model.level2
-
A node in a dependency graph, representing a direct or transitive dependency.