fail2ban.client.actionreader module
***********************************

class fail2ban.client.actionreader.ActionReader(file_, jailName, initOpts, **kwargs)

   Bases: "DefinitionInitConfigReader"

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

   +------------+--------------------------------------------------------------------------------------------+
   | "convertOp | Convert interpolated combined options to expected type.                                    |
   | tions"(opt |                                                                                            |
   | s, configO |                                                                                            |
   | pts)       |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "getCombOp | Get combined definition option (as string) using pre-set and init options as preselection  |
   | tion"(optn | (values with higher precedence as specified in section).                                   |
   | ame)       |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "options"( | Return a list of option names for the given section name.                                  |
   | section[,  |                                                                                            |
   | withDefaul |                                                                                            |
   | t])        |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+
   | "read"()   | Overloads a default (not shared) read of config reader.                                    |
   +------------+--------------------------------------------------------------------------------------------+
   | "readexpli |                                                                                            |
   | cit"()     |                                                                                            |
   +------------+--------------------------------------------------------------------------------------------+

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

   convert()

   getFile()

   getName()

   setFile(fileName)

   setName(name)
