Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for DownloadedUriTextResource (0.27 sec)

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

     */
    public class DownloadedUriTextResource extends UriTextResource {
    
        private final String contentType;
        private final File downloadedResource;
    
        public DownloadedUriTextResource(String description, URI sourceUri, String contentType, File downloadedResource, RelativeFilePathResolver resolver) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/DownloadedUriTextResourceTest.groovy

            when:
            underTest = new DownloadedUriTextResource("Test description", sourceUri, "", downloadedFile, resolver)
    
            then:
            underTest.getDisplayName() == "Test description '$sourceUri'"
        }
    
        def "content should not be cached"() {
            when:
            underTest = new DownloadedUriTextResource("Test description", sourceUri, "", downloadedFile, resolver)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transfer/CachingTextUriResourceLoader.java

    import org.gradle.api.internal.artifacts.repositories.resolver.ExternalResourceAccessor;
    import org.gradle.internal.file.RelativeFilePathResolver;
    import org.gradle.internal.resource.DownloadedUriTextResource;
    import org.gradle.internal.resource.ResourceExceptions;
    import org.gradle.internal.resource.TextResource;
    import org.gradle.internal.resource.TextUriResourceLoader;
    import org.gradle.internal.resource.UriTextResource;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.DownloadedUriTextResource> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DownloadedUriTextResource.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