Package org.gradle.api.artifacts
Interface ArtifactIdentifier
Deprecated.
Will be removed in Gradle 9.0.
The identifier for a module artifact.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Returns the classifier of this artifact, if any.Deprecated.Returns the extension of this artifact.Deprecated.Returns the identifier of the module that owns this artifact.getName()Deprecated.Returns the name of this artifact.getType()Deprecated.Returns the type of this artifact.
- 
Method Details- 
getModuleVersionIdentifierModuleVersionIdentifier getModuleVersionIdentifier()Deprecated.Returns the identifier of the module that owns this artifact.
- 
getNameString getName()Deprecated.Returns the name of this artifact.
- 
getTypeString getType()Deprecated.Returns the type of this artifact. Often the type is the same as the extension, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.- See Also:
 
- 
getExtensionDeprecated.Returns the extension of this artifact. Often the extension is the same as the type, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.- See Also:
 
- 
getClassifierDeprecated.Returns the classifier of this artifact, if any.
 
-