org.lexgrid.loader.processor
Class ClassifierCompositeProcessor<I>
java.lang.Object
org.lexgrid.loader.processor.ClassifierCompositeProcessor<I>
- All Implemented Interfaces:
- org.springframework.batch.item.ItemProcessor<I,java.util.List<?>>
public class ClassifierCompositeProcessor<I>
- extends java.lang.Object
- implements org.springframework.batch.item.ItemProcessor<I,java.util.List<?>>
The Class ClassifierCompositeProcessor.
- Author:
- Kevin Peterson
Method Summary |
java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> |
getProcessorList()
Gets the processor list. |
java.util.List<?> |
process(I item)
|
void |
setProcessorList(java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> processorList)
Sets the processor list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassifierCompositeProcessor
public ClassifierCompositeProcessor()
process
public java.util.List<?> process(I item)
throws java.lang.Exception
- Specified by:
process
in interface org.springframework.batch.item.ItemProcessor<I,java.util.List<?>>
- Throws:
java.lang.Exception
getProcessorList
public java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> getProcessorList()
- Gets the processor list.
- Returns:
- the processor list
setProcessorList
public void setProcessorList(java.util.List<org.springframework.batch.item.ItemProcessor<I,?>> processorList)
- Sets the processor list.
- Parameters:
processorList
- the processor list