logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dominique Dumont

Description

       Configuration classes used by Config::Model

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

Elements

class_description
       Explain the purpose of this configuration class. This description is re-used to generate the
       documentation of your configuration class. You can use pod markup to format your description. See perlpod
       for details.  Optional.Typestring.licenseOptional.Typestring.gist
       String used to construct a summary of the content of a node. This parameter is used by user interface to
       show users the gist of the content of this node. This parameter has no other effect. This string may
       contain element values in the form ""{foo} or {bar}"". When constructing the gist, "{foo}" is replaced by
       the value of element "foo". Likewise for "{bar}".  Optional.Typestring.authorOptional.Typelistofuniline.copyrightOptional.Typelistofuniline.class-Overrideimplementationofconfigurationnode
       Perl class name used to override the default implementation of a configuration node. This Perl class must
       inherit Config::Model::Node. Use with care.  Optional.Typeuniline.element
       Specify the elements names of this configuration class.  Optional.TypehashofnodeofclassItself::Element.include
       Include the element description of another class into this class.  Optional.Typelistofreference.include_backend
       Include the read/write specification of another class into this class.  Optional.Typelistofreference.include_after
       insert the included elements after a specific element. By default, included elements are placed before
       all other elements.  Optional.Typereference.generated_by
       When set, this class was generated by some program. You should not edit this class as your modifications
       may be clobbered later on when the class is regenerated.  Optional.Typeuniline.rw_config
       Specify the backend used to read and write configuration data. See Config::Model::BackendMgr for details.
       Optional.TypenodeofclassItself::ConfigReadWrite.accept
       Specifies names of the elements this configuration class accepts as valid. The key of the hash is a
       regular expression that are be tested against
                  candidate parameters. When the parameter matches the regular expression,
                  a new parameter is created in the model using the description provided
                  in the value of this hash key. Note that the regexp must match the whole name
                  of the potential parameter. I.e. the specified regexp is eval'ed
                  with a leading "^" and a trailing "$".  Optional.TypehashofnodeofclassItself::ConfigAccept.

License

       LGPL-2

perl v5.40.1                                       2025-04-06             Config::Model::...::Itself::Class(3pm)

Name

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

See Also

       •   cme

       •   Config::Model::models::Itself::ConfigAccept

       •   Config::Model::models::Itself::ConfigReadWrite

       •   Config::Model::models::Itself::Element

See Also