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.
|
__init__(self,
actions=None,
orderMode=None)
Constructor for the ExtensionsConfig class. |
source code
|
|
|
|
|
|
|
|
|
|
|
_getOrderMode(self)
Property target used to get the order mode. |
source code
|
|
|
|
|
_getActions(self)
Property target used to get the actions list. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|