The identifier for a module artifact.
Type | Name and description |
---|---|
String |
getClassifier() Returns the classifier of this artifact, if any. |
String |
getExtension() Returns the extension of this artifact. |
ModuleVersionIdentifier |
getModuleVersionIdentifier() Returns the identifier of the module that owns this artifact. |
String |
getName() Returns the name of this artifact. |
String |
getType() Returns the type of this artifact. |
Returns the classifier of this artifact, if any.
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.
Returns the identifier of the module that owns this artifact.
Returns the name of this artifact.
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.