Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FileReferenceImpl (0.24 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)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory$FileReferenceImpl> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FileReferenceFactory.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top