Package yum :: Module plugins :: Class DownloadPluginConduit
[hide private]
[frames] | no frames]

Class DownloadPluginConduit

source code


Instance Methods [hide private]
 
__init__(self, parent, base, conf, pkglist, errors=None) source code
 
getDownloadPackages(self)
Return a list of package objects representing packages to be downloaded.
source code
 
getErrors(self)
Return a dictionary of download errors.
source code

Inherited from PostRepoSetupPluginConduit: getGroups

Inherited from PreRepoSetupPluginConduit: getCmdLine, getRpmDB

Inherited from InitPluginConduit: getConf, getRepos

Inherited from PluginConduit: confBool, confFloat, confInt, confString, error, getOptParser, getYumVersion, info, promptYN, registerPackageName

Method Details [hide private]

__init__(self, parent, base, conf, pkglist, errors=None)
(Constructor)

source code 
Overrides: PluginConduit.__init__

getErrors(self)

source code 

Return a dictionary of download errors.

The returned dictionary is indexed by package object. Each element is a list of strings describing the error.