Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileReferenceImpl (0.11 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/internal/FileReferenceFactory.java

                    return new FileReferenceImpl(file, path, true);
                }
            }
            return fromPath(path);
        }
    
        private static class FileReferenceImpl implements FileReference {
            final File file;
            final String path;
            final boolean relativeToPathVariable;
    
            FileReferenceImpl(File file, String path, boolean relativeToPathVariable) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top