Stay organized with collections
Save and categorize content based on your preferences.
ScopedArtifact
sealed class ScopedArtifact : Artifact.Single
Known direct subclasses
ScopedArtifact.CLASSES |
.class files, result of sources compilation and/or external dependencies depending on the scope
|
List of ScopedArtifacts.Scope artifacts.
Summary
Nested types |
ScopedArtifact.CLASSES |
.class files, result of sources compilation and/or external dependencies depending on the scope
|
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,["# ScopedArtifact\n==============\n\n\n```\nsealed class ScopedArtifact : Artifact.Single\n```\n\n\u003cbr /\u003e\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.4/com/android/build/api/artifact/Artifact) |||\n| | ↳ | [com.android.build.api.artifact.Artifact.Single](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact.Single) ||\n| | | ↳ | [com.android.build.api.artifact.ScopedArtifact](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/ScopedArtifact) |\n\nKnown direct subclasses \n[ScopedArtifact.CLASSES](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/ScopedArtifact.CLASSES) \n\n|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| [ScopedArtifact.CLASSES](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/ScopedArtifact.CLASSES) | .class files, result of sources compilation and/or external dependencies depending on the scope |\n\n*** ** * ** ***\n\nList of ScopedArtifacts.Scope artifacts.\n\nSummary\n-------\n\n| ### Nested types ||\n|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| [ScopedArtifact.CLASSES](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/ScopedArtifact.CLASSES) | .class files, result of sources compilation and/or external dependencies depending on the scope |\n\n| ### Inherited functions ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.artifact.Artifact](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact) |-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------| | `open `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getFileSystemLocationName](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact#getFileSystemLocationName())`()` | | `open `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [getFolderName](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact#getFolderName())`()` | | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [name](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact#name())`()` Provide a unique name for the artifact type. | |\n\n| ### Inherited properties ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.artifact.Artifact](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact) |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------| | [Artifact.Category](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact.Category) | [category](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact#category()) | | [ArtifactKind](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/ArtifactKind)`\u003c`[RegularFile](https://docs.gradle.org/current/javadoc/org/gradle/api/file/RegularFile.html)`\u003e` | [kind](/reference/tools/gradle-api/7.4/com/android/build/api/artifact/Artifact#kind()) | |"]]