Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExplicitCollector (0.15 sec)

  1. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollection.java

        }
    
        /**
         * Returns the current value of this property, if explicitly defined, otherwise the given default. Does not apply the convention.
         */
        private ValueCollector getExplicitCollector() {
            return valueState.explicitValue(value, defaultValue);
        }
    
        private Configurer getConfigurer() {
            return new Configurer();
        }
    
        @VisibleForTesting
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top