Package conary :: Module command :: Class MainHandler
[hide private]
[frames] | no frames]

Class MainHandler

source code

                 object --+    
                          |    
lib.mainhandler.MainHandler --+
                              |
                             MainHandler
Known Subclasses:
cvc.CvcMain

Instance Methods [hide private]

Inherited from lib.mainhandler.MainHandler: __init__, getCommand, getConfigFile, getParser, getParserByClass, main, registerCommand, runCommand, unregisterCommand, usage

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

Class Variables [hide private]
  commandList = [<class 'conary.command.ConfigCommand'>, <class ...

Inherited from lib.mainhandler.MainHandler: abstractCommand, configClass, hobbleShortOpts, name, useConaryOptions, version

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

commandList

Value:
[<class 'conary.command.ConfigCommand'>,
 <class 'conary.command.HelpCommand'>]