Class ResourceDigestGeneratorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateDigest​(java.net.URL url)
      Reads the content of a URL (presumably, for a resource on the classpath) and generates a digest of its content.
      boolean requiresDigest​(java.lang.String path)
      Examines the path (typically, the file name extension at the end of the path) to determine if a checksum is required for the path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait