Stay organized with collections
Save and categorize content based on your preferences.
ContainsMany
interface ContainsMany
Denotes a single DIRECTORY that may contain zero to many
com.android.build.api.variant.BuiltArtifact.
Artifact types annotated with this marker interface are backed up by a DIRECTORY whose
content should be read using the com.android.build.api.variant.BuiltArtifactsLoader.
If producing an artifact type annotated with this marker interface, content should be
written using the com.android.build.api.variant.BuiltArtifacts.save methods.
Summary
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,["# Artifact.ContainsMany\n\nContainsMany\n============\n\n```\ninterface ContainsMany\n```\n\n|-----------------------------------------------------------|\n| [com.android.build.api.artifact.Artifact.ContainsMany](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [SingleArtifact.APK](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/SingleArtifact.APK) |---------------------------------------------------------------------------------------------------------|--------------------------------------------| | [SingleArtifact.APK](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/SingleArtifact.APK) | Directory where APK files will be located. | |\n\nDenotes a single [DIRECTORY](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/Artifact#Companion.DIRECTORY:com.android.build.api.artifact.ArtifactKind.DIRECTORY) that may contain zero to many\n[com.android.build.api.variant.BuiltArtifact](../variant/BuiltArtifact.html#).\n\nArtifact types annotated with this marker interface are backed up by a [DIRECTORY](/reference/tools/gradle-api/7.0/com/android/build/api/artifact/Artifact#Companion.DIRECTORY:com.android.build.api.artifact.ArtifactKind.DIRECTORY) whose\ncontent should be read using the [com.android.build.api.variant.BuiltArtifactsLoader](../variant/BuiltArtifactsLoader.html#).\n\nIf producing an artifact type annotated with this marker interface, content should be\nwritten using the [com.android.build.api.variant.BuiltArtifacts.save](../variant/BuiltArtifacts.html#save(org.gradle.api.file.Directory)) methods.\n\nSummary\n-------"]]