Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPathList (0.3 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/PathFactory.java

        }
    
        private static String getRelativePath(File rootDir, String rootDirString, File file) {
            String relpath = matchPathLists(getPathList(rootDir), getPathList(file));
            return relpath != null ? rootDirString + "/" + relpath : file.getAbsolutePath().replace(File.separatorChar, '/');
        }
    
        private static String relativePathToURI(String relpath) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top