- All Implemented Interfaces:
 
com.google.common.base.Predicate<String>, Predicate<String> 
Validates that the string parameter doesn't have any uppercase letters.
- See Also:
 
- 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
Methods inherited from interface com.google.common.base.Predicate
equals
 
- 
Constructor Details
- 
AllLowerCaseValidator
public AllLowerCaseValidator()
 
 
- 
Method Details
- 
validate
Validates the parameter
- Specified by:
 
validate in class Validator<String> 
- Parameters:
 
s - parameter to be validated