Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java

        }
    
        /**
         * Derive the path portion of the given URL.
         *
         * @param url the repository URL
         * @return the basedir of the repository
         * TODO need to URL decode for spaces?
         */
        private String basedir(String url) {
            String retValue = null;
    
            if (protocol.equalsIgnoreCase("file")) {
                retValue = url.substring(protocol.length() + 1);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 26 15:12:32 UTC 2022
    - 11K bytes
    - Viewed (0)
Back to top