| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.poscoict.glueframework.batch.item.GlueCompositeFileReader<T>
public class GlueCompositeFileReader<T>

ItemStreamReader ±¸Çöü.
Bean Property - itemsMapper : (¼±ÅÃ) - itemReaderList : (¼±ÅÃ) - returnType : (¼±ÅÃ) ¿¹Á¦»ç¿ë ¿¹# 1 
| Constructor Summary | |
|---|---|
GlueCompositeFileReader()
 | 
|
| Method Summary | |
|---|---|
 void | 
close()
 | 
 void | 
open(org.springframework.batch.item.ExecutionContext executionContext)
 | 
 T | 
read()
 | 
 void | 
setItemReaderList(List<org.springframework.batch.item.ItemStreamReader<?>> itemReaderList)
setter method for DI.  | 
 void | 
setItemsMapper(GlueItemsMapper<T> mapper)
setter method for DI.  | 
 void | 
setReturnType(String returnType)
setter method for DI.  | 
 void | 
update(org.springframework.batch.item.ExecutionContext executionContext)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GlueCompositeFileReader()
| Method Detail | 
|---|
public void setItemsMapper(GlueItemsMapper<T> mapper)
mapper - public void setItemReaderList(List<org.springframework.batch.item.ItemStreamReader<?>> itemReaderList)
itemReaderList - public void setReturnType(String returnType)
returnType - 
public void open(org.springframework.batch.item.ExecutionContext executionContext)
          throws org.springframework.batch.item.ItemStreamException
open in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamException
public void close()
           throws org.springframework.batch.item.ItemStreamException
close in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic void update(org.springframework.batch.item.ExecutionContext executionContext)
update in interface org.springframework.batch.item.ItemStream
public T read()
       throws Exception,
              org.springframework.batch.item.UnexpectedInputException,
              org.springframework.batch.item.ParseException,
              org.springframework.batch.item.NonTransientResourceException
read in interface org.springframework.batch.item.ItemReader<T>Exception
org.springframework.batch.item.UnexpectedInputException
org.springframework.batch.item.ParseException
org.springframework.batch.item.NonTransientResourceException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||