public class ProcessorFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ChunkProcessor |
getProcessor(String recordType) |
static void |
register(String recordType,
ChunkProcessor processor)
Register a specific parser for a
ChunkProcessor implementation. |
public static ChunkProcessor getProcessor(String recordType) throws UnknownRecordTypeException
UnknownRecordTypeExceptionpublic static void register(String recordType, ChunkProcessor processor)
ChunkProcessor implementation.Copyright © 2014 Apache Software Foundation. All Rights Reserved.