Home | Trees | Indices | Help |
|
---|
|
object --+ | PurgeConfig
Class representing a Cedar Backup purge configuration.
As with all of the other classes that represent configuration
sections, all of these values are optional. It is up to some
higher-level construct to decide whether everything they need is filled
in. Some validation is done on non-None
assignments
through the use of the Python property()
construct.
PurgeDir
objects.
purgeDirs
list, validation is accomplished
through the util.ObjectTypeList list implementation that overrides
common list methods and transparently ensures that each element is a
PurgeDir
.Note: Lists within this class are "unordered" for equality comparisons.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
purgeDirs List of directories to purge. |
|||
Inherited from |
|
Purge class.
|
|
|
|
None or each element must be a PurgeDir .
|
|
purgeDirsList of directories to purge.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon May 5 19:58:11 2008 | http://epydoc.sourceforge.net |