public interface ResolvedArtifact
Modifier and Type | Method | Description |
---|---|---|
String |
getClassifier() |
|
String |
getExtension() |
|
File |
getFile() |
Returns the local file for this artifact.
|
ComponentArtifactIdentifier |
getId() |
|
ResolvedModuleVersion |
getModuleVersion() |
Returns the module which this artifact belongs to.
|
String |
getName() |
|
String |
getType() |
File getFile()
ResolvedModuleVersion getModuleVersion()
String getName()
String getType()
String getExtension()
ComponentArtifactIdentifier getId()