Package twisted :: Package coil :: Package plugins :: Module words :: Class WordsConfigurator
[frames | no frames]

Class WordsConfigurator

Configurator --+
               |
              WordsConfigurator


Method Summary
  __init__(self, instance)
Initialize this configurator with the instance it will be configuring.
  config_serviceName(self, name)
  configDispensers(self)
Return list of dispensers.
  makeIRCGateway(self)
  makeTendril(self)
  makeWebAccounts(self)
    Inherited from Configurator
  configure(self, dict)
Set a list of configuration variables.
  getConfiguration(self)
Return a mapping of key/value tuples describing my configuration.
  getInstance(self)
Return the instance being configured.
  getType(self, name)
Get the type of a configuration variable.

Class Variable Summary
str configName = 'Twisted Words Service'
dict configTypes = {'serviceName': [<type 'str'>, 'Service Na...
class configurableClass = twisted.words.service.Service

Method Details

__init__(self, instance)
(Constructor)

Initialize this configurator with the instance it will be configuring.
Overrides:
twisted.coil.coil.Configurator.__init__ (inherited documentation)

configDispensers(self)

Return list of dispensers.
Overrides:
twisted.coil.coil.Configurator.configDispensers (inherited documentation)

Class Variable Details

configName

Type:
str
Value:
'Twisted Words Service'                                                

configTypes

Type:
dict
Value:
{'serviceName': [<type 'str'>, 'Service Name', '']}                    

Generated by Epydoc 2.0 on Sat Sep 13 04:20:49 2003 http://epydoc.sf.net