Package io.wcm.devops.conga.model.shared
Class AbstractConfigurable
java.lang.Object
io.wcm.devops.conga.model.shared.AbstractModel
io.wcm.devops.conga.model.shared.AbstractConfigurable
- All Implemented Interfaces:
Configurable,Serializable
- Direct Known Subclasses:
Environment,ModelExport,Node,NodeRole,Role,RoleConfig,RoleVariant,Tenant
public abstract class AbstractConfigurable
extends AbstractModel
implements Configurable, Serializable
Abstract
Configurable implementation.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.wcm.devops.conga.model.shared.AbstractModel
toString
-
Constructor Details
-
AbstractConfigurable
public AbstractConfigurable()
-
-
Method Details
-
getConfig
Defines a map of configuration parameters. They are merged with the configuration parameters from the configuration inheritance tree.- Specified by:
getConfigin interfaceConfigurable- Returns:
- Configuration parameter map
-
setConfig
- Specified by:
setConfigin interfaceConfigurable- Parameters:
config- Config
-