Uses of Interface
org.eclipse.jetty.util.PathWatcher.Listener
-
Packages that use PathWatcher.Listener Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of PathWatcher.Listener in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement PathWatcher.Listener Modifier and Type Class Description class
PropertyUserStore
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file. -
Uses of PathWatcher.Listener in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util with parameters of type PathWatcher.Listener Modifier and Type Method Description boolean
PathWatcher. removeListener(PathWatcher.Listener listener)
Delete a listener
-