Package pyre :: Package weaver :: Module Weaver :: Class Inventory
[show private | hide private]
[frames | no frames]

Type Inventory

object --+    
         |    
 Inventory --+
             |
            Inventory


Method Summary
    Inherited from Inventory
  __init__(self, name, category)
  components(self)
return a list of my components
  configureComponent(self, component)
configure the given component
  configureComponents(self)
configure my components using options from my registry
  configureProperties(self)
configure my properties using options from my registry
  facilities(self)
return a list of my facility objects
  fini(self)
finalize subcomponents
  getConfiguration(self, registry)
place the current inventory configuration in the given registry
  init(self)
initialize subcomponents
  properties(self)
return a list of my property objects
  resolve(self, facility, name)
look in the persistent store for an appropriate component to bind to a facility
    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
    Inherited from Inventory
  curator: my persistent store
  registry: my configuration state

Class Variable Summary
Property author = <pyre.inventory.Property.Property object at 0x2...
Property bannerCharacter = <pyre.inventory.Property.Property obje...
Integer bannerWidth = <pyre.inventory.properties.Integer.Integer...
Property copyright = <pyre.inventory.Property.Property object at ...
Property copyrightLine = <pyre.inventory.Property.Property object...
String creator = <pyre.inventory.properties.String.String objec...
Property lastLine = <pyre.inventory.Property.Property object at 0...
Property licenseText = <pyre.inventory.Property.Property object a...
Property organization = <pyre.inventory.Property.Property object ...
Bool timestamp = <pyre.inventory.properties.Bool.Bool object ...
String timestampLine = <pyre.inventory.properties.String.String...
String versionId = <pyre.inventory.properties.String.String obj...

Class Variable Details

author

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2badf0>                  

bannerCharacter

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2baeb0>                  

bannerWidth

Type:
Integer
Value:
<pyre.inventory.properties.Integer.Integer object at 0x2bae10>         

copyright

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2bae30>                  

copyrightLine

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2baef0>                  

creator

Type:
String
Value:
<pyre.inventory.properties.String.String object at 0x2bae90>           

lastLine

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2baf10>                  

licenseText

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2baf70>                  

organization

Type:
Property
Value:
<pyre.inventory.Property.Property object at 0x2bae50>                  

timestamp

Type:
Bool
Value:
<pyre.inventory.properties.Bool.Bool object at 0x2bae70>               

timestampLine

Type:
String
Value:
<pyre.inventory.properties.String.String object at 0x2baf50>           

versionId

Type:
String
Value:
<pyre.inventory.properties.String.String object at 0x2baf30>           

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