|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IVerificationModule | The component verification module responsible for detecting one type of component contract errors. |
Class Summary | |
---|---|
AbstractComponentCollectionDependenciesVerificationModule | A class to verify the dependencies of a component and a collection. |
AbstractComponentDependenciesVerificationModule | A class to verify the dependencies of a component. |
AbstractVerificationModule | The content necessary for all the verification modules |
ArrayDependenciesVerificationModule | This class provides a means to verify a component array (its dependencies availability). |
CollectionDependenciesVerificationModule | This class provides methods to verify an availability and types of collection items. |
ComponentConstructorVerificationModule | Verifies if component constructor has parameters allowed by descriptor. |
ComponentCycleVerificationModule | The module responsible for detecting the cyclic component dependencies e.g: A depends on B, B depends on C, C depends on A. |
ComponentDefinitionToDescriptorMatchingVerificationModule | A verification module which checks if all properties defined in ComponentDefinition exist in
IComponentDescriptor . |
ComponentDependenciesTypeVerificationModule | Verifies the types of dependencies of component (both Required and Optional Properties) |
ComponentDependenciesVerificationModule | Determines verifying recursively following the component dependencies Necessary for ComponentCycleVerificationModule if A depends on B, and B has not been verified yet, B is verified before A |
ComponentLackVerificationModule | Verifies if all components have their required dependencies |
Contains verification modules used in configuration mechanism.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |