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

Class DeriveCommand

source code

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

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

Inherited from CvcCommand: addConfigOptions

Inherited from command.ConaryCommand: 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 = ['derive']
  hidden = True
  paramHelp = '<trove>[=<version>][[flavor]]'
  help = 'Aggregation command to shadow, check out and alter a r...
  commandGroup = 'Repository Access'
  docs = {'dir': 'Derive single trove and check out in directory...

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

addParameters(self, argDef)

source code 
Overrides: command.ConaryCommand.addParameters

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

source code 
Overrides: lib.command.AbstractCommand.runCommand

Class Variable Details [hide private]

help

Value:
'Aggregation command to shadow, check out and alter a recipe'

docs

Value:
{'dir': 'Derive single trove and check out in directory DIR',
 'extract': 'extract parent trove into _ROOT_ subdir for editing',
 'info': 'Display info on shadow',
 'target': 'target label which the derived package should be shadowed \
to (defaults to buildLabel)'}