org.lexgrid.loader.processor.support.validator
Class ListValidatorAdapter<I>

java.lang.Object
  extended by org.lexgrid.loader.processor.support.validator.ListValidatorAdapter<I>
All Implemented Interfaces:
org.springframework.batch.item.validator.Validator<java.util.List<I>>

public class ListValidatorAdapter<I>
extends java.lang.Object
implements org.springframework.batch.item.validator.Validator<java.util.List<I>>

The Class ListValidatorAdapter.

Author:
Kevin Peterson

Constructor Summary
ListValidatorAdapter(org.springframework.batch.item.validator.Validator<I> delegate)
          Instantiates a new list validator adapter.
 
Method Summary
 void validate(java.util.List<I> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListValidatorAdapter

public ListValidatorAdapter(org.springframework.batch.item.validator.Validator<I> delegate)
Instantiates a new list validator adapter.

Parameters:
delegate - the delegate
Method Detail

validate

public void validate(java.util.List<I> items)
              throws org.springframework.batch.item.validator.ValidationException
Specified by:
validate in interface org.springframework.batch.item.validator.Validator<java.util.List<I>>
Throws:
org.springframework.batch.item.validator.ValidationException

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.