|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.reader.SkippingItemReader<I>
public class SkippingItemReader<I>
The Class SkippingItemReader.
Constructor Summary | |
---|---|
SkippingItemReader()
|
Method Summary | |
---|---|
org.springframework.batch.item.ItemReader<I> |
getDelegate()
Gets the delegate. |
SkipPolicy<I> |
getSkipPolicy()
Gets the skip policy. |
I |
read()
|
void |
setDelegate(org.springframework.batch.item.ItemReader<I> delegate)
Sets the delegate. |
void |
setSkipPolicy(SkipPolicy<I> skipPolicy)
Sets the skip policy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkippingItemReader()
Method Detail |
---|
public I read() throws java.lang.Exception, org.springframework.batch.item.UnexpectedInputException, org.springframework.batch.item.ParseException
read
in interface org.springframework.batch.item.ItemReader<I>
java.lang.Exception
org.springframework.batch.item.UnexpectedInputException
org.springframework.batch.item.ParseException
public org.springframework.batch.item.ItemReader<I> getDelegate()
public void setDelegate(org.springframework.batch.item.ItemReader<I> delegate)
delegate
- the new delegatepublic SkipPolicy<I> getSkipPolicy()
public void setSkipPolicy(SkipPolicy<I> skipPolicy)
skipPolicy
- the new skip policy
|
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |