Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for UriTextResource (0.37 sec)

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

        @Override
        public TextResource loadFile(String description, @Nullable File sourceFile) {
            if (sourceFile == null) {
                return new StringTextResource(description, "");
            }
            return UriTextResource.from(description, sourceFile, resolver);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpClientConfigurer.java

    import org.gradle.internal.authentication.AllSchemesAuthentication;
    import org.gradle.internal.authentication.AuthenticationInternal;
    import org.gradle.internal.jvm.Jvm;
    import org.gradle.internal.resource.UriTextResource;
    import org.gradle.internal.resource.transport.http.ntlm.NTLMCredentials;
    import org.gradle.internal.resource.transport.http.ntlm.NTLMSchemeFactory;
    import org.gradle.util.internal.CollectionUtils;
    import org.slf4j.Logger;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

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