Package com.tibco.ep.tcs.runtime.config
Class BaseConfig
- java.lang.Object
-
- com.tibco.ep.tcs.runtime.config.BaseConfig
-
- Direct Known Subclasses:
BasePortConfig
,BlockInstanceConfig
,BlockMetaDataConfig
,EdgeConfig
,ExportedEndpointsConfig
,FlowConfig
,IdentificationConfig
,IdentifiedBlockMetaDataConfig
,InputTransformationsConfig
,SearchMetaDataConfig
,TransformationConfig
public abstract class BaseConfig extends Object
Abstract base class for all configuration objects. Defines serialization to HOCON.
-
-
Constructor Summary
Constructors Constructor Description BaseConfig()
Create a new base configuration.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
fillMap(Map<String,Object> props)
Add this object's properties to the specified map.com.typesafe.config.Config
toHOCON()
Convert this object to a HOCON configuration
-