Interface ResolvedArtifactResult

All Superinterfaces:
ArtifactResult

public interface ResolvedArtifactResult extends ArtifactResult
The result of successfully resolving an artifact.
Since:
2.0
  • Method Details

    • getFile

      File getFile()
      The file for the artifact.
    • getAttributes

      AttributeContainer getAttributes()
      The attributes that describe this artifact.
      Since:
      9.7.0
    • 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() and getCapabilities() instead. This method will be deprecated for removal in a future release.