public class SeparatorHandler extends AbstractPipelineComponent
Modifier and Type | Class and Description |
---|---|
protected static class |
SeparatorHandler.ENDPIECE |
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE
Modifier and Type | Field and Description |
---|---|
static char |
DEFAULT_SEPARATOR_CHAR |
Modifier and Type | Method and Description |
---|---|
static PipelineComponent |
ACCEPT() |
boolean |
canHandle(char c) |
static PipelineComponent |
ENDPIECE() |
static PipelineComponent |
IGNORE() |
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getPipelineConfig, getSuccessor, handle, noMoreInput, setPipeline, setSuccessor
public static final char DEFAULT_SEPARATOR_CHAR
public static final PipelineComponent ACCEPT()
public static final PipelineComponent IGNORE()
public static final PipelineComponent ENDPIECE()
public boolean canHandle(char c) throws IllegalInputCharacterException
IllegalInputCharacterException
Copyright © 2002-2016. All Rights Reserved.