Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fireChildSpecListeners (0.4 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/file/copy/DefaultCopySpec.java

                fireChildSpecListeners(childPath, spec);
            });
    
            // Notify upwards of currently existing descendant spec hierarchy
            childSpec.visit(new DefaultCopySpecAddress(null, this, additionIndex), this::fireChildSpecListeners);
        }
    
        private void fireChildSpecListeners(CopySpecAddress path, CopySpecInternal spec) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:25:10 UTC 2024
    - 33.6K bytes
    - Viewed (0)
Back to top