Interface ResolvedArtifact
public interface ResolvedArtifact
Information about a resolved artifact.
- Since:
- 0.8
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the classifier.@Nullable StringReturns the extension.getFile()Returns the local file for this artifact.getId()Returns the id.Returns the module which this artifact belongs to.getName()Returns the name.getType()Returns the type.
-
Method Details
-
getFile
File getFile()Returns the local file for this artifact. Downloads the artifact if not already available locally, blocking until complete.- Since:
- 0.8
-
getModuleVersion
ResolvedModuleVersion getModuleVersion()Returns the module which this artifact belongs to.- Returns:
- The module.
- Since:
- 1.0
-
getName
-
getType
-
getExtension
-
getClassifier
-
getId
-