Package p6 :: Package zcmlsupport :: Module metadirectives :: Class IUtilityDirective
[show private | hide private]
[frames | no frames]

Type IUtilityDirective

             Interface --+    
                         |    
IBasicComponentInformation --+
                             |
                            IUtilityDirective


Register a utility.


Class Variable Summary
unicode component = u'Component to use\n\nPython name of the imp...
unicode factory = u'Factory\n\nPython name of a factory which ca...
unicode name = u'Name\n\nName of the registration.  This is used...
unicode provides = u'Provided interface\n\nInterface provided by...

Class Variable Details

component

Type:
unicode
Value:
u'Component to use\n\nPython name of the implementation object.  This \
must identify an object in a module using the full dotted name.  If sp\
ecified, the ``factory`` field must be left blank.'                    

factory

Type:
unicode
Value:
u'Factory\n\nPython name of a factory which can create the implementat\
ion object.  This must identify an object in a module using the full d\
otted name. If specified, the ``component`` field must be left blank.' 

name

Type:
unicode
Value:
u'Name\n\nName of the registration.  This is used by application code \
when locating a utility.'                                              

provides

Type:
unicode
Value:
u'Provided interface\n\nInterface provided by the utility.'            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net