public interface ProviderMonitor
Modifier and Type | Field and Description |
---|---|
static ProviderMonitor |
NOOP_MONITOR
A do nothing monitor to use if none is provided
|
Modifier and Type | Method and Description |
---|---|
void |
propsFound(String msg,
Properties props)
Callback used to monitor the discovered properties for the provider.
|
void |
usingDefaults(String msg,
Properties props)
Callback used to monitor if and what set of defaults are being used.
|
static final ProviderMonitor NOOP_MONITOR
void propsFound(String msg, Properties props)
msg
- a message about where the properties were found or nullprops
- the properties discoveredvoid usingDefaults(String msg, Properties props)
msg
- a descriptive message about this event or nullprops
- the properties that constitute the defaultsCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.