public interface ArtifactIdentifier
| Modifier and Type | Method | 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. | 
ModuleVersionIdentifier getModuleVersionIdentifier()
String getName()
String getType()
getExtension()String getExtension()
getType()String getClassifier()