Class ResourceUtils


  • public final class ResourceUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void ensureContentType​(CDAEntry entry, CDAClient client)
      Make sure that the given entry has a filled in content type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ensureContentType

        public static void ensureContentType​(CDAEntry entry,
                                             CDAClient client)
        Make sure that the given entry has a filled in content type.
        Parameters:
        entry - entry to be filled
        client - to be used if more content types need to be requested.