Package org.eclipse.jetty.util
Class PathWatcher.ExactPathMatcher
- java.lang.Object
-
- org.eclipse.jetty.util.PathWatcher.ExactPathMatcher
-
- All Implemented Interfaces:
java.nio.file.PathMatcher
- Enclosing class:
- PathWatcher
private static class PathWatcher.ExactPathMatcher extends java.lang.Object implements java.nio.file.PathMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.Path
path
-
Constructor Summary
Constructors Constructor Description ExactPathMatcher(java.nio.file.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(java.nio.file.Path path)
-