public interface ArtifactIdentifier
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassifier()
Returns the classifier of this dependency artifact.
|
java.lang.String |
getExtension()
Returns the extension of this dependency artifact.
|
ModuleVersionIdentifier |
getModuleVersionIdentifier()
Returns the identifier of the module that owns this artifact.
|
java.lang.String |
getName()
Returns the name of the dependency artifact.
|
java.lang.String |
getType()
Returns the type of the dependency artifact.
|
ModuleVersionIdentifier getModuleVersionIdentifier()
java.lang.String getName()
java.lang.String getType()
getExtension()
java.lang.String getExtension()
getType()
java.lang.String getClassifier()