Home | Trees | Indices | Help |
|
---|
|
object --+ | MboxConfig
Class representing mbox configuration.
Mbox configuration is used for backing up mbox email files.
The following restrictions exist on data in this class:
mboxFiles
list must be a list of
MboxFile
objects
mboxDirs
list must be a list of MboxDir
objects
For the mboxFiles
and mboxDirs
lists,
validation is accomplished through the util.ObjectTypeList list implementation that overrides
common list methods and transparently ensures that each element is of the
proper type.
Unlike collect configuration, no global exclusions are allowed on this level. We only allow relative exclusions at the mbox directory level. Also, there is no configured ignore file. This is because mbox directory backups are not recursive.
Note: Lists within this class are "unordered" for equality comparisons.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
collectMode Default collect mode. |
|||
compressMode Default compress mode. |
|||
mboxFiles List of mbox files to back up. |
|||
mboxDirs List of mbox directories to back up. |
|||
Inherited from |
|
Constructor for the
|
Official string representation for class instance.
|
Informal string representation for class instance.
|
Definition of equals operator for this class. Lists within this class are "unordered" for equality comparisons.
|
Property target used to set the collect mode. If not
|
Property target used to set the compress mode. If not
|
Property target used to set the mboxFiles list. Either the value must
be
|
Property target used to set the mboxDirs list. Either the value must
be
|
|
collectModeDefault collect mode.
|
compressModeDefault compress mode.
|
mboxFilesList of mbox files to back up.
|
mboxDirsList of mbox directories to back up.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 29 18:03:35 2015 | http://epydoc.sourceforge.net |