module

PointClickEngine::Core::IConfigManager

Interface for configuration management

Instance methods

get(key : String, default_value : String | Nil = nil) : String | Nil
Source
has_key?(key : String) : Bool
Source
load_config
Source
save_config
Source
set(key : String, value : String)
Source