public abstract class AbstractConfigurable extends java.lang.Object implements Configurable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
properties |
| Constructor and Description |
|---|
AbstractConfigurable() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getProperties()
Get the configuration Properties of the component.
|
void |
setProperties(java.util.Map properties)
Set configuration properties of the component
|
public void setProperties(java.util.Map properties)
ConfigurablesetProperties in interface Configurablepublic java.util.Map getProperties()
ConfigurablegetProperties in interface Configurable