Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StubbedFileCopyDetails (0.33 sec)

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

                // TODO - this is pretty nasty, look at avoiding using a time bomb stub here
                dir = new StubbedFileCopyDetails(path, includeEmptyDirs, chmod);
            } else {
                dir = detailsForPath.get(0);
            }
            delegateAction.processFile(dir);
        }
    
        private static class StubbedFileCopyDetails extends AbstractFileTreeElement implements FileCopyDetailsInternal {
            private final RelativePath path;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 10:41:40 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top