ArtifactType

@Incubating sealed class ArtifactType<T : FileSystemLocation> : Artifact.SingleArtifact<T>
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.SingleArtifact<T>
   ↳ com.android.build.api.artifact.ArtifactType

Public Artifact for Android Gradle plugin.

These are Artifact.SingleArtifact, see MultipleArtifactType for multiple ones.

All methods in the Artifacts class should be supported with any subclass of this class.

Summary

Nested classes

APK directory where final APK files will be located.

Merged manifest file that will be used in the APK, Bundle and InstantApp packages.

Public methods

open String

Public methods

getFileSystemLocationName

open fun getFileSystemLocationName(): String
Return
Depending on T, returns the file name of the folder under the variant-specific folder or an empty string to use defaults.