public abstract class ConfigurationFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationCategory |
mCategory
The category
|
protected Properties |
mDefaults
The default proiperties
|
| Constructor and Description |
|---|
ConfigurationFactory(Properties defaults,
ConfigurationCategory category)
Contructor that gets the default properties and category
|
| Modifier and Type | Method and Description |
|---|---|
abstract ModelMBeanAttributeInfo[] |
createMBeanAttributeInfo() |
protected String |
getDefaultLogLevel() |
protected Logger |
getLogger() |
protected String |
getQualifiedKey(String key) |
protected String |
getString(String key)
Get the I18N String from the resource bundle.
|
protected String |
getToken(String key)
Get the I18N String token from the resource bundle.
|
protected StringTranslator |
getTranslator() |
protected ConfigurationCategory mCategory
protected Properties mDefaults
public ConfigurationFactory(Properties defaults, ConfigurationCategory category)
defaults - - defualt attribute valuespublic abstract ModelMBeanAttributeInfo[] createMBeanAttributeInfo()
protected String getString(String key)
protected String getToken(String key)
protected StringTranslator getTranslator()
protected Logger getLogger()
protected String getQualifiedKey(String key)
key - - identification for the attributeprotected String getDefaultLogLevel()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.