Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertToUrl (0.1 sec)

  1. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FileOrUriNotationConverter.java

                    return;
                }
                if (notationString.startsWith("http:") || notationString.startsWith("https:")) {
                    convertToUrl(notationString, result);
                    return;
                }
                Matcher schemeMatcher = URI_SCHEME.matcher(notationString);
                if (schemeMatcher.matches()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top