Home | Trees | Indices | Help |
|
---|
|
object --+ | CollectDir
Class representing a Cedar Backup collect directory.
The following restrictions exist on data in this class:
For the absoluteExcludePaths
list, validation is
accomplished through the util.AbsolutePathList list implementation that overrides
common list methods and transparently does the absolute path validation
for us.
Note: Lists within this class are "unordered" for equality comparisons.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
absolutePath Absolute path of the directory to collect. |
|||
collectMode Overridden collect mode for this directory. |
|||
archiveMode Overridden archive mode for this directory. |
|||
ignoreFile Overridden ignore file name for this directory. |
|||
linkDepth Maximum at which soft links should be followed. |
|||
dereference Whether to dereference links that are followed. |
|||
absoluteExcludePaths List of absolute paths to exclude. |
|||
relativeExcludePaths List of relative paths to exclude. |
|||
excludePatterns List of regular expression patterns to exclude. |
|||
recursionLevel Recursion level to use for recursive directory collection |
|||
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 absolute path. The value must be an
absolute path if it is not
|
Property target used to set the collect mode. If not
|
Property target used to set the archive mode. If not
|
Property target used to set the ignore file. The value must be a
non-empty string if it is not
|
Property target used to set the link depth. The value must be an integer >= 0.
|
Property target used to set the dereference flag. No validations, but
we normalize the value to |
Property target used to set the recursionLevel. The value must be an integer.
|
Property target used to set the absolute exclude paths list. Either
the value must be
|
Property target used to set the relative exclude paths list. Elements do not have to exist on disk at the time of assignment. |
|
absolutePathAbsolute path of the directory to collect.
|
collectModeOverridden collect mode for this directory.
|
archiveModeOverridden archive mode for this directory.
|
ignoreFileOverridden ignore file name for this directory.
|
linkDepthMaximum at which soft links should be followed.
|
dereferenceWhether to dereference links that are followed.
|
absoluteExcludePathsList of absolute paths to exclude.
|
relativeExcludePathsList of relative paths to exclude.
|
excludePatternsList of regular expression patterns to exclude.
|
recursionLevelRecursion level to use for recursive directory collection
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 7 20:31:33 2014 | http://epydoc.sourceforge.net |