org.eclipse.actf.core.config
Class HybridConfiguraton

java.lang.Object
  extended by org.eclipse.actf.core.config.AbstractConfiguration
      extended by org.eclipse.actf.core.config.HybridConfiguraton
All Implemented Interfaces:
Serializable, IConfiguration

public class HybridConfiguraton
extends AbstractConfiguration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.actf.core.config.AbstractConfiguration
_configMap, _curPool
 
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, FILTER_NODETYPES_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
 
Constructor Summary
HybridConfiguraton()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HybridConfiguraton

public HybridConfiguraton()
                   throws ConfigurationException
Throws:
ConfigurationException
Method Detail

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