Package conary :: Module cvc :: Class CvcMain
[hide private]
[frames] | no frames]

Class CvcMain

source code

                 object --+        
                          |        
lib.mainhandler.MainHandler --+    
                              |    
            command.MainHandler --+
                                  |
                                 CvcMain

Nested Classes [hide private]
  abstractCommand
  configClass
Instance Methods [hide private]
 
usage(self, rc=1, showAll=False) source code
 
runCommand(self, thisCommand, cfg, argSet, args, debugAll=False) source code

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

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

Class Variables [hide private]
  name = 'cvc'
  version = '2.0.21'
  commandList = [<class 'conary.cvc.AddCommand'>, <class 'conary...
  hobbleShortOpts = True

Inherited from lib.mainhandler.MainHandler: useConaryOptions

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

usage(self, rc=1, showAll=False)

source code 
Overrides: lib.mainhandler.MainHandler.usage

runCommand(self, thisCommand, cfg, argSet, args, debugAll=False)

source code 
Overrides: lib.mainhandler.MainHandler.runCommand

Class Variable Details [hide private]

commandList

Value:
[<class 'conary.cvc.AddCommand'>,
 <class 'conary.cvc.ExplainCommand'>,
 <class 'conary.cvc.AnnotateCommand'>,
 <class 'conary.cvc.BranchShadowCommand'>,
 <class 'conary.cvc.CheckoutCommand'>,
 <class 'conary.cvc.CloneCommand'>,
 <class 'conary.cvc.PromoteCommand'>,
 <class 'conary.cvc.CommitCommand'>,
...