Package backend :: Package server :: Package importlib :: Module debPackage :: Class debBinaryPackage
[hide private]
[frames] | no frames]

Class debBinaryPackage

source code


Instance Methods [hide private]
 
__init__(self, header, size, checksum_type, checksum, path=None, org_id=None, channels=[]) source code
 
_populateFiles(self, header) source code
 
_populateDependencyInformation(self, header) source code
 
_populateChangeLog(self, header) source code
 
_populateChannels(self, channels) source code

Inherited from headerSource.rpmBinaryPackage: populate

Inherited from headerSource.rpmBinaryPackage (private): _populateTag

Inherited from importLib.IncompletePackage: short_str, toDict

Inherited from importLib.Item: __repr__

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __len__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys

Class Variables [hide private]

Inherited from headerSource.rpmBinaryPackage: tagMap

Inherited from importLib.Package: attributeTypes

Inherited from UserDict.UserDict: __hash__

Method Details [hide private]

__init__(self, header, size, checksum_type, checksum, path=None, org_id=None, channels=[])
(Constructor)

source code 
Overrides: UserDict.UserDict.__init__

_populateFiles(self, header)

source code 
Overrides: headerSource.rpmBinaryPackage._populateFiles

_populateDependencyInformation(self, header)

source code 
Overrides: headerSource.rpmBinaryPackage._populateDependencyInformation

_populateChangeLog(self, header)

source code 
Overrides: headerSource.rpmBinaryPackage._populateChangeLog

_populateChannels(self, channels)

source code 
Overrides: headerSource.rpmBinaryPackage._populateChannels