Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for fileValue (0.15 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/DefaultIsolatableFactory.java

                throw new IsolationException(implementationClassIdentifier);
            }
    
            @Override
            public Isolatable<?> fileValue(File value) {
                return new FileValueSnapshot(value);
            }
    
            @Override
            public Isolatable<?> attributeValue(Attribute<?> value) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 22:53:34 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top