fail2ban.client.filterreader module
***********************************

class fail2ban.client.filterreader.FilterReader(file_, jailName, initOpts, **kwargs)

   Bases: "DefinitionInitConfigReader"

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

   +------------+--------------------------------------------------------------------------------------------+
   | "convertO  | Convert interpolated combined options to expected type.                                    |
   | ptions"(s  |                                                                                            |
   | elf, opts, |                                                                                            |
   | configOpt  |                                                                                            |
   | s)         |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "getCombO  | Get combined definition option (as string) using pre-set and init options as preselection  |
   | ption"(se  | (values with higher precedence as specified in section).                                   |
   | lf,        |                                                                                            |
   | optname)   |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "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)        |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "readexpl  |                                                                                            |
   | icit"(sel  |                                                                                            |
   | f)         |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+

   +----------------------+------------+
   | **applyAutoOptions** |            |
   +----------------------+------------+
   | **convert**          |            |
   +----------------------+------------+
   | **get**              |            |
   +----------------------+------------+
   | **getBaseDir**       |            |
   +----------------------+------------+
   | **getCombined**      |            |
   +----------------------+------------+
   | **getFile**          |            |
   +----------------------+------------+
   | **getJailName**      |            |
   +----------------------+------------+
   | **getOptions**       |            |
   +----------------------+------------+
   | **has_option**       |            |
   +----------------------+------------+
   | **has_section**      |            |
   +----------------------+------------+
   | **merge_defaults**   |            |
   +----------------------+------------+
   | **merge_section**    |            |
   +----------------------+------------+
   | **sections**         |            |
   +----------------------+------------+
   | **setBaseDir**       |            |
   +----------------------+------------+
   | **setFile**          |            |
   +----------------------+------------+
   | **setJailName**      |            |
   +----------------------+------------+

   applyAutoOptions(self, backend)

   convert(self)

   getFile(self)

   setFile(self, fileName)
