gradle
8.2.1
Java API
gradle
/
org.gradle.api.artifacts
/
ArtifactIdentifier
Artifact
Identifier
Java API
interface
ArtifactIdentifier
The identifier for a module artifact.
Members
Functions
get
Classifier
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getClassifier
(
)
:
String
Returns the classifier of this artifact, if any.
get
Extension
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getExtension
(
)
:
String
Returns the extension of this artifact.
get
Module
Version
Identifier
Link copied to clipboard
Java API
abstract
fun
getModuleVersionIdentifier
(
)
:
ModuleVersionIdentifier
Returns the identifier of the module that owns this artifact.
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
Returns the name of this artifact.
get
Type
Link copied to clipboard
Java API
abstract
fun
getType
(
)
:
String
Returns the type of this artifact.