public abstract class AbstractConfigurationManager extends Object implements ConfigurationManager
| Constructor and Description |
|---|
AbstractConfigurationManager() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CollectorConfiguration |
doGetConfiguration()
This method obtains the collector configuration from a derived
implementation.
|
CollectorConfiguration |
getConfiguration()
This method returns the collector configuration.
|
protected CollectorConfiguration |
loadConfig(String uri)
This method loads the configuration from the supplied URI.
|
public final CollectorConfiguration getConfiguration()
ConfigurationManagergetConfiguration in interface ConfigurationManagerprotected abstract CollectorConfiguration doGetConfiguration()
protected CollectorConfiguration loadConfig(String uri)
uri - The URICopyright © 2015 Red Hat, Inc.. All rights reserved.