Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterNonDirectChilds (0.22 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/ApacheDirectoryListingParser.java

            List<String> hrefs = elements.stream()
                .map(it -> it.attr("href"))
                .collect(Collectors.toList());
            List<URI> uris = resolveURIs(baseURI, hrefs);
            return filterNonDirectChilds(baseURI, uris);
        }
    
        private URI addTrailingSlashes(URI uri) throws IOException, URISyntaxException {
            if(uri.getPath() == null){
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top