org.eclipse.actf.core.config
Class HybridConfiguraton
java.lang.Object
org.eclipse.actf.core.config.AbstractConfiguration
org.eclipse.actf.core.config.HybridConfiguraton
- All Implemented Interfaces:
- Serializable, IConfiguration
public class HybridConfiguraton
- extends AbstractConfiguration
- See Also:
- Serialized Form
Fields inherited from interface org.eclipse.actf.core.config.IConfiguration |
ACTF_ID, ALIASES_ID, FILTER_CLASSNAME_ATTRIBUTE, FILTER_ID, FILTER_MODEL_ATTRIBUTE, FILTER_NODEIDS_ATTRIBUTE, FILTER_NODENAMES_ATTRIBUTE, MODEL_ADAPTOR_FACTORY, MODEL_BASE_TYPE, MODEL_ID, MODEL_IGNOREIDS, MODEL_IGNORENODENAMES, MODEL_LOCATOR, MODEL_LOCATORIDS_POOL, MODEL_POOL_ID_DELIMITER, SHOW_INVISIBLE_KEY, SHOW_ITEMS_KEY, TRACE_LEVEL_KEY, TRACE_STREAM_KEY, WORKING_DIR_KEY |
Method Summary |
void |
addConfigurationData(Object data)
default implementation for this method attempts to treat the data object as a map
and simply adds it to the existing configuration map. |
Methods inherited from class org.eclipse.actf.core.config.AbstractConfiguration |
createSymbolPool, getBooleanParameter, getClassParameter, getDoubleParameter, getIntParameter, getModelTypes, getParameter, getParameterAsString, getParameterNames, getStringParameter, getSymbolPool, getSymbolPoolContents, getSymbolPools, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter, setSymbolPool, toString |
HybridConfiguraton
public HybridConfiguraton()
throws ConfigurationException
- Throws:
ConfigurationException
addConfigurationData
public void addConfigurationData(Object data)
throws ConfigurationException
- Description copied from class:
AbstractConfiguration
- default implementation for this method attempts to treat the data object as a map
and simply adds it to the existing configuration map.
- Specified by:
addConfigurationData
in interface IConfiguration
- Overrides:
addConfigurationData
in class AbstractConfiguration
- Parameters:
data
- configuration data
- Throws:
ConfigurationException