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 Details

    • AbstractConfigurable

      public AbstractConfigurable()
  • Method Details

    • getConfig

      public final Map<String,Object> getConfig()
      Defines a map of configuration parameters. They are merged with the configuration parameters from the configuration inheritance tree.
      Specified by:
      getConfig in interface Configurable
      Returns:
      Configuration parameter map
    • setConfig

      public final void setConfig(Map<String,Object> config)
      Specified by:
      setConfig in interface Configurable
      Parameters:
      config - Config