A mini-database of dispensers.
When first created, traverses the tree of configcollections and
configurators and loads all dispensers.
Methods
|
|
__init__
addObject
getDispensers
removeObject
|
|
__init__
|
__init__ ( self, root )
|
|
addObject
|
addObject ( self, object )
Add the dispensers for an object and it's config children.
|
|
getDispensers
|
getDispensers ( self, interface )
Return a list of dispensers for a given interface.
List items are in the form (instance, functionName, description).
|
|
removeObject
|
removeObject ( self, object )
Remove an object and its config children.
|
|