This is the controlling class for the signatures for the collection of
entries associated with a specific directory. The actual directory
association will be maintained by a subclass that is specific to
the underlying storage method. This class provides a common set of
methods for fetching and storing the individual bits of information
that make up signature entry.
| Method Summary |
| |
__init__(self)
|
| |
do_not_set_entry(self,
filename,
obj)
|
| |
do_not_store_info(self,
filename,
node)
|
| |
get_entry(self,
filename)
Fetch the specified entry attribute. |
| |
merge(self)
|
| |
set_entry(self,
filename,
obj)
Set the entry. |
| |
store_info(self,
filename,
node)
|