Uses of Class
com.agimatec.utility.fileimport.LineImportProcessor

Packages that use LineImportProcessor
com.agimatec.utility.fileimport   
com.agimatec.utility.fileimport.groovy   
 

Uses of LineImportProcessor in com.agimatec.utility.fileimport
 

Methods in com.agimatec.utility.fileimport with parameters of type LineImportProcessor
 void LineImporterSpecAutoFields.processHeaderLine(LineImportProcessor processor)
          this implementation assumes, that the first line contains the header line with field names separated by the same separator as the data lines.
 void LineImporterSpec.processHeaderLine(LineImportProcessor processor)
          overwrite this method to get the behavior after the header line has been read
 void LineImporterSpec.processRow(LineImportProcessor processor)
          overwrite this method to get the behavior after a row has been completly transfered.
 

Uses of LineImportProcessor in com.agimatec.utility.fileimport.groovy
 

Methods in com.agimatec.utility.fileimport.groovy with parameters of type LineImportProcessor
 void LineImporterSpecGroovy.processHeaderLine(LineImportProcessor processorimporter)
           
 void LineImporterSpecGroovy.processRow(LineImportProcessor processor)
           
 



Copyright © 2008-2011. All Rights Reserved.