|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.dataset.csv.handlers.AbstractPipelineComponent org.dbunit.dataset.csv.handlers.EnforceHandler
author: fede 4-set-2003 10.20.45 $Revision: 1.1 $
Nested Class Summary |
Nested classes inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent |
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE |
Method Summary | |
boolean |
canHandle(char c)
|
static PipelineComponent |
ENFORCE(PipelineComponent component)
|
static PipelineComponent |
ENFORCE(PipelineComponent[] components)
|
protected PipelineComponent[] |
getEnforcedComponents()
|
protected void |
setEnforcedComponents(PipelineComponent[] enforcedComponents)
|
void |
setPipeline(Pipeline pipeline)
|
Methods inherited from class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent |
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getSuccessor, handle, noMoreInput, setSuccessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final PipelineComponent ENFORCE(PipelineComponent component)
public static final PipelineComponent ENFORCE(PipelineComponent[] components)
public boolean canHandle(char c) throws IllegalInputCharacterException
IllegalInputCharacterException
public void setPipeline(Pipeline pipeline)
setPipeline
in interface PipelineComponent
setPipeline
in class AbstractPipelineComponent
protected PipelineComponent[] getEnforcedComponents()
protected void setEnforcedComponents(PipelineComponent[] enforcedComponents)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |