Package conary :: Package build :: Module manifest :: Class ExplicitManifest
[hide private]
[frames] | no frames]

Class ExplicitManifest

source code

Manifest --+
           |
          ExplicitManifest

This class is used when an exact effect on destdir is known. No walking of the destdir will be performed. Instead each path in the manifest must be explicitly recorded.

Instance Methods [hide private]
 
__init__(self, package, recipe, paths=[]) source code
 
recordPaths(self, paths) source code
 
walk(self, init=False) source code

Inherited from Manifest: create, load, translatePath

Method Details [hide private]

__init__(self, package, recipe, paths=[])
(Constructor)

source code 
Overrides: Manifest.__init__

walk(self, init=False)

source code 
Overrides: Manifest.walk