Package org.gradle.api.artifacts
Interface ResolvedArtifact
public interface ResolvedArtifact
Information about a resolved artifact.
- 
Method Details- 
getFileFile getFile()Returns the local file for this artifact. Downloads the artifact if not already available locally, blocking until complete.
- 
getModuleVersionResolvedModuleVersion getModuleVersion()Returns the module which this artifact belongs to.- Returns:
- The module.
 
- 
getNameString getName()
- 
getTypeString getType()
- 
getExtension
- 
getClassifier
- 
getIdComponentArtifactIdentifier getId()
 
-