org.lexgrid.loader.writer
Class NoopWriter<I>

java.lang.Object
  extended by org.lexgrid.loader.writer.NoopWriter<I>
All Implemented Interfaces:
org.springframework.batch.item.ItemWriter<I>

public class NoopWriter<I>
extends java.lang.Object
implements org.springframework.batch.item.ItemWriter<I>

The Class NoopWriter.

Author:
Kevin Peterson

Constructor Summary
NoopWriter()
           
 
Method Summary
 void write(java.util.List<? extends I> arg0)
          No-op Writer for writing to System.out -- useful for testing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopWriter

public NoopWriter()
Method Detail

write

public void write(java.util.List<? extends I> arg0)
           throws java.lang.Exception
No-op Writer for writing to System.out -- useful for testing.

Specified by:
write in interface org.springframework.batch.item.ItemWriter<I>
Parameters:
arg0 - the arg0
Throws:
java.lang.Exception - the exception
See Also:
ItemWriter.write(java.util.List)

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.