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

Class PreRepoSetupPluginConduit

source code


Instance Methods [hide private]
 
getCmdLine(self)
Return parsed command line options.
source code
 
getRpmDB(self)
Return a representation of local RPM database.
source code

Inherited from InitPluginConduit: getConf, getRepos

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

Method Details [hide private]

getCmdLine(self)

source code 

Return parsed command line options.

Returns:
(options, commands) as returned by OptionParser.parse_args()

getRpmDB(self)

source code 

Return a representation of local RPM database. This allows querying of installed packages.

Returns:
rpmUtils.RpmDBHolder instance