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

Class FactoryCommand

source code

                 object --+            
                          |            
lib.command.AbstractCommand --+        
                              |        
          command.ConaryCommand --+    
                                  |    
                         CvcCommand --+
                                      |
                                     FactoryCommand

Instance Methods [hide private]
 
runCommand(self, cfg, argSet, args, profile=False, callback=None, repos=None) source code

Inherited from CvcCommand: addConfigOptions

Inherited from command.ConaryCommand: addParameters, processConfigOptions, setContext

Inherited from lib.command.AbstractCommand: __init__, addDocs, prepare, requireParameters, setMainHandler, setParser, usage

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

Class Variables [hide private]
  commands = ['factory']
  paramHelp = '[<newfactory>]'
  help = 'Show or change the factory for the working directory'
  commandGroup = 'Information Display'

Inherited from CvcCommand: docs

Inherited from lib.command.AbstractCommand: defaultGroup, description, hidden, hobbleShortOpts

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

runCommand(self, cfg, argSet, args, profile=False, callback=None, repos=None)

source code 
Overrides: lib.command.AbstractCommand.runCommand