public abstract class PluggableConfigurationComponent extends ConfigurationComponent
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected Properties |
properties |
log| Constructor and Description |
|---|
PluggableConfigurationComponent() |
| Modifier and Type | Method and Description |
|---|---|
PluggableConfigurationComponent |
clone() |
boolean |
equals(Object o) |
String |
getClassName() |
Properties |
getProperties() |
int |
hashCode() |
void |
setClassName(String className) |
void |
setProperties(Properties properties) |
void |
setProperties(String properties) |
String |
toString() |
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutabilityprotected String className
protected Properties properties
public String getClassName()
public void setClassName(String className)
public Properties getProperties()
public void setProperties(Properties properties)
public void setProperties(String properties) throws IOException
IOExceptionpublic PluggableConfigurationComponent clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in class ConfigurationComponentCloneNotSupportedExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.