com.univocity.parsers.common.processor
Class CompositeRowProcessor

java.lang.Object
  extended by com.univocity.parsers.common.processor.core.CompositeProcessor<ParsingContext>
      extended by com.univocity.parsers.common.processor.CompositeRowProcessor
All Implemented Interfaces:
Processor<ParsingContext>, RowProcessor

public class CompositeRowProcessor
extends CompositeProcessor<ParsingContext>
implements RowProcessor

A utility RowProcessor implementation that facilitates using multiple implementations of RowProcessor at the same time.


Constructor Summary
CompositeRowProcessor(Processor... processors)
          Creates a new CompositeProcessor with the list of Processor implementations to be used.
 
Method Summary
 
Methods inherited from class com.univocity.parsers.common.processor.core.CompositeProcessor
processEnded, processStarted, rowProcessed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.univocity.parsers.common.processor.RowProcessor
processEnded, processStarted, rowProcessed
 

Constructor Detail

CompositeRowProcessor

public CompositeRowProcessor(Processor... processors)
Creates a new CompositeProcessor with the list of Processor implementations to be used.

Parameters:
processors - the sequence of Processor implementations to be used.


Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.