Class DirectBinaryUtil


  • public class DirectBinaryUtil
    extends java.lang.Object
    Utils shared between UI and bundles
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URI getRenditionCloudURI​(Rendition rendition)
      Get the cloud image URI for rendition, return null if failed to get it
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirectBinaryUtil

        public DirectBinaryUtil()
    • Method Detail

      • getRenditionCloudURI

        public static java.net.URI getRenditionCloudURI​(Rendition rendition)
        Get the cloud image URI for rendition, return null if failed to get it
        Parameters:
        rendition - The rendition
        Returns:
        get the cloud image URI for rendition, return null if failed to get it