fail2ban.client.fail2banreader module
*************************************

class fail2ban.client.fail2banreader.Fail2banReader(**kwargs)

   Bases: "ConfigReader"

   Attributes:
      **share_config**
   -[ Methods ]-

   +------------+--------------------------------------------------------------------------------------------+
   | "options"  | Return a list of option names for the given section name.                                  |
   | (self,     |                                                                                            |
   | section[,  |                                                                                            |
   | withDefau  |                                                                                            |
   | lt])       |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "read"(se  | Overloads a default (not shared) read of config reader.                                    |
   | lf)        |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+

   +---------------------+------------+
   | **convert**         |            |
   +---------------------+------------+
   | **get**             |            |
   +---------------------+------------+
   | **getBaseDir**      |            |
   +---------------------+------------+
   | **getEarlyOptions** |            |
   +---------------------+------------+
   | **getOptions**      |            |
   +---------------------+------------+
   | **has_option**      |            |
   +---------------------+------------+
   | **has_section**     |            |
   +---------------------+------------+
   | **merge_defaults**  |            |
   +---------------------+------------+
   | **merge_section**   |            |
   +---------------------+------------+
   | **sections**        |            |
   +---------------------+------------+
   | **setBaseDir**      |            |
   +---------------------+------------+

   convert(self)

   getEarlyOptions(self)

   getOptions(self, updateMainOpt=None)

   read(self)

      Overloads a default (not shared) read of config reader.

      To prevent mutiple reads of config files with it includes, reads
      into  the config reader, if it was not yet cached/shared by
      'name'.
