Package backend :: Package satellite_tools :: Package repo_plugins :: Module yum_src :: Class YumUpdateMetadata
[hide private]
[frames] | no frames]

Class YumUpdateMetadata

source code


The root update metadata object supports getting all updates

Instance Methods [hide private]
 
add(self, obj, mdtype='updateinfo', all_versions=False)
Parse a metadata from a given YumRepository, file, or filename.
source code

Inherited from yum.update_md.UpdateMetadata: __init__, __str__, __unicode__, add_notice, get_applicable_notices, get_notice, get_notices, xml

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

Properties [hide private]

Inherited from yum.update_md.UpdateMetadata: notices

Inherited from object: __class__

Method Details [hide private]

add(self, obj, mdtype='updateinfo', all_versions=False)

source code 

Parse a metadata from a given YumRepository, file, or filename.

Overrides: yum.update_md.UpdateMetadata.add