module Flare::Util
Description¶ ↑
Flare::Util
module is a moudle that includes utility classes for basic feature of flare-tools and other utilities. This module shouled be moved to a common package, but for now we distribute it with flare-tools.
Constant
-
a module which defines common constants widely used by codes related to
Flare
. Conversion
-
a module which covers verious unit conversion functions.
Logger
-
a logging class.
Logging
-
a mix-in module for
Logger
. Result
-
a result code handling mix-in module.
Conf
-
an abstract base class of
FlaredConf
andFlareiConf
. FlareiConf
-
a class for flarei.conf.
FlaredConf
-
a class for flared.conf.
FileSystem
-
a file system manipulation class.