| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        ExtensionsConfig
Class representing Cedar Backup extensions configuration.
Extensions configuration is used to specify "extended actions" implemented by code external to Cedar Backup. For instance, a hypothetical third party might write extension code to collect database repository data. If they write a properly-formatted extension function, they can use the extension configuration to map a command-line Cedar Backup action (i.e. "database") to their function.
The following restrictions exist on data in this class:
VALID_ORDER_MODES
    ExtendedAction 
      objects.
    | 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| orderMode Order mode for extensions, to control execution ordering. | |||
| actions List of extended actions. | |||
| Inherited from  | |||
| 
 | |||
| 
 Constructor for the  
 | 
| 
 Official string representation for class instance. 
 | 
| 
 Informal string representation for class instance. 
 | 
| 
 Definition of equals operator for this class. 
 | 
| 
 Property target used to set the order mode. The value must be one of VALID_ORDER_MODES. 
 | 
| 
 Property target used to set the actions list. Either the value must be
   
 | 
| 
 | |||
| orderModeOrder mode for extensions, to control execution ordering. 
 | 
| actionsList of extended actions. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |