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

Class TracAdmin

source code

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

Instance Methods [hide private]
 
addOptions(self)
Override me to add options to the parser.
source code
 
handleOptions(self, options)
Handle the parsed options.
source code

Inherited from util.util.LogCommand: __init__, debug

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

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

Class Variables [hide private]
  summary = 'interact with a server-side trac installation'
short one-line summary of the command
  description = 'Interact with a server-side trac installation.\...
longer paragraph explaining the command
  subCommandClasses = [User]

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

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]
  cxn
connection to Trac database
trac.env.Environment environment
Trac environment
  path
path to the Trac project environment
Method Details [hide private]

addOptions(self)

source code 

Override me to add options to the parser.

Overrides: extern.command.command.Command.addOptions
(inherited documentation)

handleOptions(self, options)

source code 

Handle the parsed options.

Overrides: extern.command.command.Command.handleOptions
(inherited documentation)

Class Variable Details [hide private]

description

longer paragraph explaining the command
Value:
'''Interact with a server-side trac installation.

This can be useful for maintainers of Trac installations.
'''