Uses of Enum Class
org.eclipse.jetty.util.Scanner.Notification
Packages that use Scanner.Notification
Package
Description
Jetty Deploy : Deploy Management
Jetty Util : Common Utility Classes
-
Uses of Scanner.Notification in org.eclipse.jetty.deploy
Method parameters in org.eclipse.jetty.deploy with type arguments of type Scanner.NotificationModifier and TypeMethodDescriptionvoidDeploymentScanner.pathsChanged(Map<Path, Scanner.Notification> changeSet) This is the listener event for Scanner to report changes. -
Uses of Scanner.Notification in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Scanner.NotificationModifier and TypeMethodDescriptionstatic Scanner.NotificationReturns the enum constant of this class with the specified name.static Scanner.Notification[]Scanner.Notification.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.eclipse.jetty.util with type arguments of type Scanner.NotificationModifier and TypeMethodDescriptiondefault voidScanner.BulkListener.pathsChanged(Map<Path, Scanner.Notification> changeSet) Main entry point for BulkListener events.