Uses of Interface
org.eclipse.jetty.util.Scanner.Listener
Packages that use Scanner.Listener
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Deploy : Webapp Deployment Providers
Jetty Util : Common Utility Classes
Jetty Util : Common SSL Utility Classes
-
Uses of Scanner.Listener in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement Scanner.ListenerModifier and TypeClassDescriptionstatic classWebAppScannerListener Handle notifications that files we are interested in have changed during execution. -
Uses of Scanner.Listener in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers with parameters of type Scanner.ListenerModifier and TypeMethodDescriptionvoidScanningAppProvider.addScannerListener(Scanner.Listener listener) -
Uses of Scanner.Listener in org.eclipse.jetty.util
Subinterfaces of Scanner.Listener in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceListener that notifies when a scan has started and when it has ended.static interfaceFields in org.eclipse.jetty.util with type parameters of type Scanner.ListenerMethods in org.eclipse.jetty.util with parameters of type Scanner.ListenerModifier and TypeMethodDescriptionvoidScanner.addListener(Scanner.Listener listener) Add an added/removed/changed listenervoidScanner.removeListener(Scanner.Listener listener) Remove a registered listener -
Uses of Scanner.Listener in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Scanner.ListenerModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory.