Package io.wcm.devops.conga.model.shared
Interface Configurable
- All Known Implementing Classes:
AbstractConfigurable,Environment,ModelExport,Node,NodeRole,Role,RoleConfig,RoleVariant,Tenant
public interface Configurable
Configurable definition.
-
Method Summary
-
Method Details
-
getConfig
Defines a map of configuration parameters. They are merged with the configuration parameters from the configuration inheritance tree.- Returns:
- Configuration parameter map
-
setConfig
- Parameters:
config- Configuration parameter map
-