Interface ResolvedArtifactResult
- All Superinterfaces:
ArtifactResult
The result of successfully resolving an artifact.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe attributes that describe this artifact.Collection<? extends Capability> The capabilities that describe this artifact.getFile()The file for the artifact.The variant that included this artifact.Methods inherited from interface ArtifactResult
getId, getType
-
Method Details
-
getFile
File getFile()The file for the artifact. -
getAttributes
-
getCapabilities
Collection<? extends Capability> getCapabilities()The capabilities that describe this artifact.- Since:
- 9.7.0
-
getVariant
ResolvedVariantResult getVariant()The variant that included this artifact.Prefer
getAttributes()andgetCapabilities()instead. This method will be deprecated for removal in a future release.
-