com.googlecode.jpattern.core.validator
Class CollectionValidator

java.lang.Object
  extended by com.googlecode.jpattern.core.validator.AValidator
      extended by com.googlecode.jpattern.core.validator.CollectionValidator
All Implemented Interfaces:
IValidator, Serializable

public class CollectionValidator
extends AValidator
implements IValidator

Version:
$Id$
Author:
Claudio Quaresima - claudio.quaresima@gmail.com - 26/ago/09 20:41:58
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.googlecode.jpattern.core.validator.AValidator
LITERAL_EXACTLY_LENGTH, LITERAL_MIN_MAX_LENGTH, MIN_MAX_LENGTH, NOT_ADEQUATE, NOT_CORRECT_DATE, NOT_MATCH, NOT_VALID, NULL, NUMBER, NUMBER_EXACTLY_LENGTH, NUMBER_MIN_MAX_LENGTH, PARTITA_IVA
 
Constructor Summary
CollectionValidator(Collection<String> aCollection, String aString, List<IErrorMessage> validateMessages)
           
 
Method Summary
 void validate()
           
 
Methods inherited from class com.googlecode.jpattern.core.validator.AValidator
add, euroToDouble, floatingPointToDouble, toDate, toInteger, toLong, validateDate, validateEuro, validateExpEmail, validateExpPassword, validateExpRegular, validateExpWeb, validateFloatingPointNumber, validateIntValue, validateLengh, validateLengh, validateListaPercentuali, validateLiteralLengh, validateLiteralLengh, validateNotNull, validateNumber, validateNumber, validateNumber, validatePartitaIva
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionValidator

public CollectionValidator(Collection<String> aCollection,
                           String aString,
                           List<IErrorMessage> validateMessages)
Method Detail

validate

public void validate()
Specified by:
validate in interface IValidator
Specified by:
validate in class AValidator


Copyright © 2011. All Rights Reserved.