Stay organized with collections
Save and categorize content based on your preferences.
OBFUSCATION_MAPPING_FILE
object OBFUSCATION_MAPPING_FILE : SingleArtifact<RegularFile>
Summary
Public methods
getFolderName
fun getFolderName(): String
Return |
The folder name under which the artifact files or folders should be stored. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# SingleArtifact.OBFUSCATION_MAPPING_FILE\n\nOBFUSCATION_MAPPING_FILE\n========================\n\n```\nobject OBFUSCATION_MAPPING_FILE : SingleArtifact\u003cRegularFile\u003e\n```\n\n|---|---|---|---|-----------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [com.android.build.api.artifact.Artifact](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/Artifact)\\\u003cFileTypeT\\\u003e ||||\n| | ↳ | [com.android.build.api.artifact.Artifact.Single](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/Artifact.Single)\\\u003cT\\\u003e |||\n| | | ↳ | [com.android.build.api.artifact.SingleArtifact](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/SingleArtifact)\\\u003c[org.gradle.api.file.RegularFile](https://docs.gradle.org/current/javadoc/org/gradle/api/file/RegularFile.html)\\\u003e ||\n| | | | ↳ | [com.android.build.api.artifact.SingleArtifact.OBFUSCATION_MAPPING_FILE](#) |\n\nSummary\n-------\n\n| ### Public methods ||\n|----------------------------------------------------------------------------------|----------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getFolderName](#getFolderName())`()` \u003cbr /\u003e |\n\n| ### Inherited functions ||\n|---|---|\n| From class [SingleArtifact](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/SingleArtifact) |----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------| | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getFileSystemLocationName](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/SingleArtifact#getFileSystemLocationName())`()` \u003cbr /\u003e | ||\n\nPublic methods\n--------------\n\n### getFolderName\n\n```\nfun getFolderName(): String\n```\n\n| Return ||\n|---|---|\n| The folder name under which the artifact files or folders should be stored. ||"]]