gov.nih.nci.caarray.services.util.parse
Class DelimitedImportDefaultListener

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.parse.DelimitedImportDefaultListener
All Implemented Interfaces:
DelimitedImportListener

public class DelimitedImportDefaultListener
extends java.lang.Object
implements DelimitedImportListener

Author:
gustafsons

Constructor Summary
DelimitedImportDefaultListener()
           
 
Method Summary
 LocalDynaBean[] getBeans()
           
 java.util.ArrayList getObjects(java.lang.Object theTypeToMake, java.util.Hashtable theProperties)
           
 void nextRow(LocalDynaBean inputBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimitedImportDefaultListener

public DelimitedImportDefaultListener()
Method Detail

nextRow

public void nextRow(LocalDynaBean inputBean)
Specified by:
nextRow in interface DelimitedImportListener

getBeans

public LocalDynaBean[] getBeans()

getObjects

public java.util.ArrayList getObjects(java.lang.Object theTypeToMake,
                                      java.util.Hashtable theProperties)