Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDescendantHandling (0.29 sec)

  1. platforms/core-runtime/files/src/main/java/org/gradle/internal/file/impl/DefaultDeleter.java

                @Override
                public Handling getDescendantHandling() {
                    return FOLLOW_SYMLINKED_DIRECTORIES;
                }
            },
            KEEP_AND_DO_NOT_FOLLOW_CHILD_SYMLINKS(true, true) {
                @Override
                public Handling getDescendantHandling() {
                    return DO_NOT_FOLLOW_SYMLINKS;
                }
            },
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 15 17:10:06 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top