Package moap :: Package command :: Module vcs :: Class VCS
[hide private]
[frames] | no frames]

Class VCS

source code

extern.command.command.Command --+    
                                 |    
       extern.log.log.Loggable --+    
                                 |    
              util.util.LogCommand --+
                                     |
                                    VCS

Instance Methods [hide private]

Inherited from util.util.LogCommand: __init__, debug

Inherited from extern.command.command.Command: addOptions, do, getRootCommand, handleOptions, outputHelp, outputUsage, parse

Inherited from extern.log.log.Loggable: doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  description = 'do version control system-specific things'
longer paragraph explaining the command
  subCommandClasses = [Backup]

Inherited from extern.command.command.Command: aliasedSubCommands, aliases, name, parentCommand, parser, subCommands, summary, usage

Inherited from extern.log.log.Loggable: logCategory