org.dbunit.dataset.common.handlers
Class MockHandlerAccept

java.lang.Object
  extended by org.dbunit.dataset.common.handlers.AbstractPipelineComponent
      extended by org.dbunit.dataset.common.handlers.MockHandler
          extended by org.dbunit.dataset.common.handlers.MockHandlerAccept
All Implemented Interfaces:
Handler, PipelineComponent

public class MockHandlerAccept
extends MockHandler

author: fede 4-set-2003 11.04.01 $Revision: 817 $


Nested Class Summary
 
Nested classes/interfaces inherited from class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE
 
Constructor Summary
MockHandlerAccept()
           
 
Method Summary
 boolean canHandle(char c)
           
 
Methods inherited from class org.dbunit.dataset.common.handlers.MockHandler
addExpectedHandleValues, addExpectedSetSuccessorValues, handle, setExpectedGetSinkCalls, setExpectedHandleCalls, setExpectedSetSuccessorCalls, setSuccessor, setupExceptionGetSink, setupExceptionHandle, setupExceptionSetSuccessor, setupGetSink, verify
 
Methods inherited from class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getPipelineConfig, getSuccessor, noMoreInput, setPipeline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockHandlerAccept

public MockHandlerAccept()
Method Detail

canHandle

public boolean canHandle(char c)
                  throws IllegalInputCharacterException
Specified by:
canHandle in interface Handler
Overrides:
canHandle in class MockHandler
Throws:
IllegalInputCharacterException


Copyright © 2002-2012. All Rights Reserved.