Uses of Enum
org.eclipse.jetty.util.PathWatcher.PathWatchEventType
-
Uses of PathWatcher.PathWatchEventType in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionPathWatcher.PathWatchEvent.getType()
Returns the enum constant of this type with the specified name.static PathWatcher.PathWatchEventType[]
PathWatcher.PathWatchEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionPathWatchEvent
(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)