org.fao.gast.lib.druid
Interface DdfLoader.Handler

Enclosing class:
DdfLoader

public static interface DdfLoader.Handler


Method Summary
 void cleanUp()
           
 void handleFields(java.util.List<ImportField> fields)
           
 void handleRow(java.util.List<java.lang.String> values)
           
 

Method Detail

handleFields

void handleFields(java.util.List<ImportField> fields)
                  throws java.lang.Exception
Throws:
java.lang.Exception

handleRow

void handleRow(java.util.List<java.lang.String> values)
               throws java.lang.Exception
Throws:
java.lang.Exception

cleanUp

void cleanUp()