Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InheritedDynamicObject (0.34 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/extensibility/ExtensibleDynamicObject.java

         *
         * @return an object containing the inheritable properties and methods of this object.
         */
        public DynamicObject getInheritable() {
            return new InheritedDynamicObject();
        }
    
        private DynamicObject snapshotInheritable() {
            final List<DynamicObject> delegates = new ArrayList<>(4);
            delegates.add(extraPropertiesDynamicObject);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 17 11:25:34 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top