The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Config::Model::models::Itself::Class - Configuration class Itself::Class

DESCRIPTION

Configuration classes used by Config::Model

Configuration class. This class reprensents node of a configuration tree.

Elements

class_description

Explain the purpose of this configuration class. This description will be re-used to generate the documentation of your configuration classOptional. Type string.

license

Optional. Type string.

author

Optional. Type list of uniline.

Optional. Type list of uniline.

element

Specify the elements names of this configuration class.Optional. Type hash of node.

include

Include the specification of another class into this class.Optional. Type list of reference.

include_after

insert the included elements after a specific elementOptional. Type reference.

write_config_dir

Optional. Type uniline.

read_config_dir

Optional. Type uniline.

generated_by

When set, this class was generated by some program. You should not edit it as your modification may be clobbered later onOptional. Type uniline.

read_config

Specify the Perl class(es) and function(s) used to read configuration data. The specified function will be tried in sequence to get configuration data. Optional. Type list of node.

write_config

Specify the Perl class and function used to write configuration data.Optional. Type list of node.

accept

Specifies names of the elements this configuration class will accept as valid (based on a regular expression)Optional. Type hash of node.

SEE ALSO

config-edit
Config::Model::models::Itself::ConfigAccept
Config::Model::models::Itself::ConfigRead
Config::Model::models::Itself::ConfigWrite
Config::Model::models::Itself::Element

AUTHOR

Dominique Dumont

COPYRIGHT

2007-2010 Dominique Dumont.

LICENSE

LGPL-2