|
| class | DependencyResolver |
| | Helper class for resolving component dependencies. More...
|
| |
| class | Descriptor |
| | Locator type that most often used in PipServices toolkit. It locates components using several fields: More...
|
| |
| interface | IReferenceable |
| | Interface for components that depends on other components. More...
|
| |
| interface | IReferences |
| | Interface for a map that holds component references and passes them to components to establish dependencies with each other. More...
|
| |
| interface | IUnreferenceable |
| | Interface for components that require explicit clearing of references to dependent components. More...
|
| |
| class | Reference |
| | Contains a reference to a component and locator to find it. It is used by References to store registered component references. More...
|
| |
| class | ReferenceException |
| | Error when required component dependency cannot be found. More...
|
| |
| class | Referencer |
| | Helper class that sets and unsets references to components. More...
|
| |
| class | References |
| | The most basic implementation of IReferences to store and locate component references. More...
|
| |