Package rhnpush :: Module archive :: Class CpioParser
[hide private]
[frames] | no frames]

Class CpioParser

source code


Instance Methods [hide private]
 
_get_archive_dir(self)
[internal] find the archive's top level directory name
source code
 
_explode_cmd(self)
Return the appropriate command for exploding a cpio archive
source code

Inherited from ArchiveParser: __del__, __init__, contains, cpio, direct_read, list, read, zip

Inherited from ArchiveParser (private): _explode, _find

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_archive_dir(self)

source code 

[internal] find the archive's top level directory name

Overrides: ArchiveParser._get_archive_dir
(inherited documentation)

_explode_cmd(self)

source code 

Return the appropriate command for exploding a cpio archive

Overrides: ArchiveParser._explode_cmd