Package dogtail :: Module distro :: Class JhBuildPackageDb
[hide private]
[frames] | no frames]

Class JhBuildPackageDb

source code

PackageDb --+
            |
           JhBuildPackageDb

Instance Methods [hide private]
 
__init__(self) source code
 
getDependencies(self, packageName)
Method to get a list of unique package names that this package is dependent on, or raise an exception if the package is not found.
source code

Inherited from PackageDb: getFiles, getMoFiles, getVersion

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: PackageDb.__init__

getDependencies(self, packageName)

source code 

Method to get a list of unique package names that this package is dependent on, or raise an exception if the package is not found.

Overrides: PackageDb.getDependencies
(inherited documentation)