org.dbunit.dataset.csv.handlers
Class IsAlnumHandler.QUOTE

java.lang.Object
  extended byorg.dbunit.dataset.csv.handlers.Helper
      extended byorg.dbunit.dataset.csv.handlers.IsAlnumHandler.QUOTE
Enclosing class:
IsAlnumHandler

protected static class IsAlnumHandler.QUOTE
extends Helper


Constructor Summary
protected IsAlnumHandler.QUOTE()
           
 
Method Summary
 void helpWith(char c)
           
 
Methods inherited from class org.dbunit.dataset.csv.handlers.Helper
allowForNoMoreInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsAlnumHandler.QUOTE

protected IsAlnumHandler.QUOTE()
Method Detail

helpWith

public void helpWith(char c)


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.