py::qo::share::overlay_archive Class Reference

Inheritance diagram for py::qo::share::overlay_archive:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def bckfile
def bcksumfile
def all_names


Member Function Documentation

def py::qo::share::overlay_archive::__init__ (   self,
  name = None,
  mode = "w" 
)

Reimplemented from py::qo::backup::savepoint.

00027                                                   :
00028                 name = os.path.basename(qocfg.get_overlay_archive()).split('.')[0]
00029                 qo.backup.savepoint.__init__(self, name, mode)
00030 
        def bckfile( self ) :

def py::qo::share::overlay_archive::bckfile (   self  ) 

Reimplemented from py::qo::backup::savepoint.

00031                             :
00032                 return qocfg.get_overlay_archive()
        def bcksumfile( self ) :

def py::qo::share::overlay_archive::bcksumfile (   self  ) 

Reimplemented from py::qo::backup::savepoint.

00033                                :
00034                 return self.bckfile() + "sum"
00035         
        def all_names( self ) :

def py::qo::share::overlay_archive::all_names (   self  ) 

Reimplemented from py::qo::backup::savepoint.

00036                               :
00037                 if os.path.exists(self.bckfile()) :
00038                         return [self.name]
00039                 return []
00040 
00041 
def _send_overlay() :


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:33 2007 for Qomics by  doxygen 1.5.3