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

Class ConaryCommand

source code

                 object --+    
                          |    
lib.command.AbstractCommand --+
                              |
                             ConaryCommand
Known Subclasses:
ConfigCommand, cvc.CvcCommand

Instance Methods [hide private]
 
addParameters(self, argDef) source code
 
addConfigOptions(self, cfgMap, argDef) source code
 
setContext(self, cfg, argSet) source code
 
processConfigOptions(self, cfg, cfgMap, argSet)
Manage any config maps we've set up, converting assigning them to the config object.
source code

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

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

Class Variables [hide private]
  docs = {'build-label': (1, 'Use build label LABEL as default s...

Inherited from lib.command.AbstractCommand: commandGroup, commands, defaultGroup, description, help, hidden, hobbleShortOpts, paramHelp

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

addParameters(self, argDef)

source code 
Overrides: lib.command.AbstractCommand.addParameters

addConfigOptions(self, cfgMap, argDef)

source code 
Overrides: lib.command.AbstractCommand.addConfigOptions

processConfigOptions(self, cfg, cfgMap, argSet)

source code 
Manage any config maps we've set up, converting assigning them to the config object.
Overrides: lib.command.AbstractCommand.processConfigOptions
(inherited documentation)

Class Variable Details [hide private]

docs

Value:
{'build-label': (1,
                 'Use build label LABEL as default search loc',
                 'LABEL'),
 'components': (1, 'Do not hide components'),
 'config': (1, 'Set config KEY to VALUE', '"KEY VALUE"'),
 'config-file': (1, 'Read PATH config file', 'PATH'),
 'context': (1, 'Set the current context'),
 'exclude-troves': (1, 'Do not install troves matching REGEXP', 'REGEX\
...