Home | Trees | Index | Help |
---|
Package twisted :: Package coil :: Package plugins :: Module ftp :: Class FTPConfigurator |
|
Configurator
--+ |Collection
--+ | | |Constrained
--+ | | |Locked
--+ | FTPConfigurator
Method Summary | |
---|---|
Initialize this configurator with the instance it will be configuring. | |
config_root(self,
root)
| |
Return list of dispensers. (inherited from Configurator )
| |
Set a list of configuration variables. (inherited from Configurator )
| |
Remove a static reference for 'name'. (inherited from Collection )
| |
A method that determines whether an entity may be added to me. (inherited from Locked )
| |
Return a mapping of key/value tuples describing my configuration. (inherited from Configurator )
| |
Subclass this to generate an entity on demand. (inherited from Collection )
| |
Retrieve an entity from me. (inherited from Collection )
| |
Return the instance being configured. (inherited from Configurator )
| |
Get an entity that was added to me using putEntity. (inherited from Collection )
| |
Get the type of a configuration variable. (inherited from Configurator )
| |
A list of all name, entity that I can generate on demand. (inherited from Collection )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Collection )
| |
Retrieve a list of all name, entity pairs I contain. (inherited from Collection )
| |
Retrieve a list of all names for entities that I contain. (inherited from Collection )
| |
Retrieve a list of all name, entity pairs that I store references to. (inherited from Collection )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Collection )
| |
lock(self)
(inherited from Locked )
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
reallyPutEntity(self,
name,
entity)
(inherited from Constrained )
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
|
Class Variable Summary | |
---|---|
str |
configName
|
dict |
configTypes
|
class |
FTPFactory
|
Method Details |
---|
__init__(self,
instance)
Initialize this configurator with the instance it will be
configuring.
|
Class Variable Details |
---|
configName
|
FTPFactoryFTPFactory = twisted.protocols.ftp.FTPFactory
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:23 2003 | http://epydoc.sf.net |