| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AbstractStringCondition | An abstract condition that can be applied on objects of type String. | 
| ContainsSubstringStringCondition | An AbstractStringConditionimplementation that checks whether the given strings contain a specific
 sub-string. | 
| EmailStringCondition | An AbstractStringConditionimplementation that checks whether
 the checked strings represent a valid email address. | 
| EqualsIgnoreCaseStringCondition | An AbstractStringConditionimplementation that checks whether the checked strings equal a specific string
 while ignoring the letter casing. | 
| IsEmptyStringCondition | An AbstractStringConditionimplementation that checks whether the checked text is an empty text. | 
| LengthRangeStringCondition | An AbstractStringConditionimplementation that checks that a given string is
 within a specific length range. | 
| MaxLengthStringCondition | An AbstractStringConditionimplementation that checks whether the checked strings are not longer then
 a specific length. | 
| MinLengthStringCondition | An AbstractStringConditionimplementation that checks whether the checked strings are not shorter than
 a specific minimum length. | 
| RegExpStringCondition | An AbstractStringConditionimplementation that checks whether the checked strings match a specific regular
 expression. | 
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||