Package jenkins.util.io
Interface PathRemover.PathChecker
-
- Enclosing class:
- PathRemover
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @FunctionalInterface public static interface PathRemover.PathChecker
-
-
Field Summary
Fields Modifier and Type Field Description static PathRemover.PathChecker
ALLOW_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check(Path path)
-
-
-
Field Detail
-
ALLOW_ALL
static final PathRemover.PathChecker ALLOW_ALL
-
-
Method Detail
-
check
void check(@NonNull Path path) throws SecurityException
- Throws:
SecurityException
-
-