Package pulp :: Package client :: Module package_profile :: Class PackageProfile
[hide private]
[frames] | no frames]

Class PackageProfile

source code

object --+
         |
        PackageProfile

Class for probing package profile info

Instance Methods [hide private]
 
__init__(self, type='rpm')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
list
getPackageList(self)
Get ordered pkg hash objects.
source code
 
__getInstalledRpms(self)
Accumulates list of installed rpm info
source code
 
_getInstalledJars(self) source code
 
_getInstalledZips(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
  type
type of package content to run lookups on eg: 'rpm','jar','zip' etc.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, type='rpm')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

getPackageList(self)

source code 

Get ordered pkg hash objects.

Returns: list
A list of ordered pkg hash objects.