Class AllLowerCaseValidator

java.lang.Object
org.jclouds.predicates.Validator<String>
org.jclouds.predicates.validators.AllLowerCaseValidator
All Implemented Interfaces:
com.google.common.base.Predicate<String>, Predicate<String>

public class AllLowerCaseValidator extends Validator<String>
Validates that the string parameter doesn't have any uppercase letters.
See Also:
  • Constructor Details

    • AllLowerCaseValidator

      public AllLowerCaseValidator()
  • Method Details