Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getContentHash (0.13 sec)

  1. platforms/software/resources/src/main/java/org/gradle/internal/resource/TextResource.java

         * @throws ResourceException On failure to read content.
         */
        String getText() throws ResourceException;
    
        /**
         * Returns a hashcode of this resource's contents.
         */
        HashCode getContentHash() throws ResourceException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedRelocationIntegrationTest.groovy

                    def type = o.getClass()
                    def originalClassName = type.getMethod('getOriginalClassName').invoke(o)
                    def contentHash = type.getMethod('getContentHash').invoke(o)
                    println "\${title} class name: \${originalClassName} (remapped: \${type.name})"
                    println "\${title} class hash: \${contentHash}"
                }
            """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top