Module yumcommands :: Class CheckRpmdbCommand
[hide private]
[frames] | no frames]

Class CheckRpmdbCommand

source code


Instance Methods [hide private]
 
getNames(self) source code
 
getUsage(self)
Returns: A usage string for the command, including arguments.
source code
 
getSummary(self)
Returns: A one line summary of what the command does.
source code
 
doCommand(self, base, basecmd, extcmds)
Returns: (exit_code, [ errors ]) where exit_code is: 0 = we're done, exit 1 = we've errored, exit with error string 2 = we've got work yet to do, onto the next stage
source code
 
needTs(self, base, basecmd, extcmds) source code

Inherited from YumCommand: __init__, doCheck, doneCommand

Method Details [hide private]

getNames(self)

source code 
Overrides: YumCommand.getNames

getUsage(self)

source code 
Returns:
A usage string for the command, including arguments.
Overrides: YumCommand.getUsage
(inherited documentation)

getSummary(self)

source code 
Returns:
A one line summary of what the command does.
Overrides: YumCommand.getSummary
(inherited documentation)

doCommand(self, base, basecmd, extcmds)

source code 
Returns:
(exit_code, [ errors ]) where exit_code is: 0 = we're done, exit 1 = we've errored, exit with error string 2 = we've got work yet to do, onto the next stage
Overrides: YumCommand.doCommand
(inherited documentation)

needTs(self, base, basecmd, extcmds)

source code 
Overrides: YumCommand.needTs