Interface DownloadArtifactPostProcessor.DownloadArtifactBinary

  • Enclosing interface:
    DownloadArtifactPostProcessor

    public static interface DownloadArtifactPostProcessor.DownloadArtifactBinary
    This interface provides download artifact details required for post processing.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSize()
      Returns the size of this Binary value in bytes.
      java.net.URI getUri()
      Returns a URI for downloading this binary directly from the storage location.
    • Method Detail

      • getUri

        java.net.URI getUri()
        Returns a URI for downloading this binary directly from the storage location.
        Returns:
        A URI for downloading the binary directly, or null if the binary cannot be downloaded directly or if the underlying implementation does not support this capability.
      • getSize

        long getSize()
        Returns the size of this Binary value in bytes.
        Returns:
        The size of this value in bytes.