NAME

Config::Model::models::Itself::CommonElement::UpdateFiles - Configuration class Itself::CommonElement::UpdateFiles

DESCRIPTION

Configuration classes used by Config::Model

Elements

type

the syntax of the external file. Optional. Type enum. choice: 'ini', 'json', 'yaml', 'toml'.

file

file path. Either absolute or relative to the running directory of cme. Optional. Type uniline.

subpath

The subpath to get data in the file. For instance, the bar item of this JSON string {"for" : { "bar" : "baz" }} can be retrieved with for.bar. See "update" in Config::Model::Value amd Config::Model::Value::UpdateFromFile for more details. Optional. Type uniline.

SEE ALSO