Package moap :: Package command :: Module doap :: Class Doap
[hide private]
[frames] | no frames]

Class Doap

source code

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

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

Class Variables [hide private]
  usage = 'doap [doap-options] %command'
short one-line usage string; %command gets expanded to a sub-command or [commands] as appropriate
  description = 'read and act on DOAP file'
longer paragraph explaining the command
  subCommandClasses = [Freshmeat, Ical, Mail, Rss, Search, Show,...

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

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]
  doap = None
the doap.Doap object.
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]

subCommandClasses

Value:
[Freshmeat, Ical, Mail, Rss, Search, Show, bug.Bug]