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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getConfig()
Defines a map of configuration parameters.void
setConfig(Map<String,Object> config)
-