Package org.apache.avalon.meta.info.verifier

A set of classes supporting verification of components types using class and component meta information.

See:
          Description

Interface Summary
Verifier The Verifier interface is used to allow service providers to ensure that the meta information for the type or service is correct.
 

Class Summary
TypeVerifier Utility class to help verify that component respects the rules of an Avalon component.
 

Exception Summary
VerifyException Exception to indicate error verifying a Block or application.
 

Package org.apache.avalon.meta.info.verifier Description

A set of classes supporting verification of components types using class and component meta information.

Overview

This package includes a set of classes supporting the verification of the integrity of a component class and the verification of the integrity of a relationships and inter-dependecies based on supplied meta info. The TypeVerifier provides support for the validation of a component type implementation class. It includes validation functions that check for structural and best-practice integrity related to the class, lifecycle patterns and service.



Copyright © Apache Software Foundation. All Rights Reserved.