Package moap :: Package command :: Module tracadmin :: Class User
[hide private]
[frames] | no frames]

Class User

source code

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

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 = 'Manage users.'
longer paragraph explaining the command
  subCommandClasses = [List, Rename]

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

Inherited from extern.log.log.Loggable: logCategory