| 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) |
| 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...
|