Interface Configurable

All Known Implementing Classes:
AbstractConfigurable, Environment, ModelExport, Node, NodeRole, Role, RoleConfig, RoleVariant, Tenant

public interface Configurable
Configurable definition.
  • Method Details

    • getConfig

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

      void setConfig(Map<String,Object> config)
      Parameters:
      config - Configuration parameter map