Package | Description |
---|---|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
PathWatcher.PathWatchEventType |
PathWatcher.PathWatchEvent.getType() |
static PathWatcher.PathWatchEventType |
PathWatcher.PathWatchEventType.valueOf(java.lang.String name)
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.
|
Constructor and Description |
---|
PathWatchEvent(java.nio.file.Path path,
PathWatcher.PathWatchEventType type,
PathWatcher.Config config) |
Copyright © 1995–2023 Webtide. All rights reserved.