Package com.googlecode.jbp.common.requirements

Provides methods which check that specific requirements are met.

See:
          Description

Interface Summary
IRequirements Defines common methods to check for required application state.
 

Class Summary
AbstractRequirements Abstract implementation of IRequirements which provides the checks but not the action that has to be taken if a condition is not met.
ParamRequirements Provides useful methods to check for method parameter validity.
PostCondition Provides useful methods to check if postconditions are met.
PreCondition Provides useful methods to check if preconditions are met.
Requirements Exception thrown when a requirement is not met.
 

Exception Summary
PostConditionException Exception thrown if a post-condition is not met.
PreConditionException Exception thrown if a pre-condition is not met.
RequirementsException  
 

Package com.googlecode.jbp.common.requirements Description

Provides methods which check that specific requirements are met.



Copyright © 2011. All Rights Reserved.