Package pyre :: Package inventory :: Module Configurable :: Class Configurable
[show private | hide private]
[frames | no frames]

Type Configurable

object --+
         |
        Configurable

Known Subclasses:
Component

Method Summary
  __init__(self, name, category)
create a configurable given a unique name
  components(self)
return a list of all the components in my inventory
  configure(self, curator, registry)
initialize and configure my inventory
  configureComponent(self, component)
individual component configuration for the late comers
  configureComponents(self)
guide my subcomponents through the configuration process
  configureProperties(self)
set the values of all the properties and facilities in my inventory
  facilities(self)
return a list of all the facility objects in my inventory
  getConfiguration(self, registry)
place the current configuration of my inventory in the given registry
  properties(self)
return a list of all the property objects in my inventory
  setCurator(self, curator)
attach a persistent store manager to my inventory
  updateConfiguration(self, registry)
update my configuration using settings from the given registry
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  name: get my name

Class Variable Summary
Notary Inventory = pyre.inventory.Inventory.Inventory

Method Details

__init__(self, name, category)
(Constructor)

create a configurable given a unique name
Overrides:
__builtin__.object.__init__

components(self)

return a list of all the components in my inventory

configure(self, curator=None, registry=None)

initialize and configure my inventory

configureComponent(self, component)

individual component configuration for the late comers

configureComponents(self)

guide my subcomponents through the configuration process

configureProperties(self)

set the values of all the properties and facilities in my inventory

facilities(self)

return a list of all the facility objects in my inventory

getConfiguration(self, registry=None)

place the current configuration of my inventory in the given registry

properties(self)

return a list of all the property objects in my inventory

setCurator(self, curator)

attach a persistent store manager to my inventory

updateConfiguration(self, registry)

update my configuration using settings from the given registry

Property Details

name

get my name

Generated by Epydoc 2.1 on Tue May 4 16:58:15 2004 http://epydoc.sf.net