Package org.picocontainer.monitors
-
Interface Summary Interface Description ComposingMonitor.Composer A Composer can be used to make components that are otherwise missing. -
Class Summary Class Description AbstractComponentMonitor Amonitor
which delegates to another monitor.ComponentMonitorHelper An abstractComponentMonitor
which supports all the message formats.ComposingMonitor The first of a list of composers passed in that responds with an instance for a missing component will be used.ConsoleComponentMonitor AComponentMonitor
which writes to aOutputStream
.LifecycleComponentMonitor AComponentMonitor
which collects lifecycle failures and rethrows them on demand after the failures.NullComponentMonitor AComponentMonitor
which does nothing.WriterComponentMonitor AComponentMonitor
which writes to aWriter
. -
Exception Summary Exception Description