Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for ReadableContent (0.12 sec)

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

         *
         * @param source The local resource to be transferred.
         * @throws ResourceException On failure to write the content.
         */
        ExternalResourceWriteResult put(ReadableContent source) throws ResourceException;
    
        /**
         * Return a listing of child resources names.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.ReadableContent> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ReadableContent.java:0)
    Class <org.gradle.internal.resource.Resource> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Resource.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top