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