|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImporterException | |
|---|---|
| com.agimatec.utility.fileimport | |
| com.agimatec.utility.fileimport.groovy | |
| Uses of ImporterException in com.agimatec.utility.fileimport |
|---|
| Methods in com.agimatec.utility.fileimport that throw ImporterException | |
|---|---|
protected void |
ImporterProcessor.handleException(Exception ex)
|
void |
LineImportProcessor.importFrom(Closeable aReader)
API - this method starts the import process. |
void |
Importer.importFrom(InputStream aStream)
API - this method starts the import process. |
void |
Importer.importFrom(Reader aReader)
API - this method starts the import process. |
protected void |
LineImportProcessor.importRow(Object aLine)
import a record from the file and do what is required with the data. |
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 ImporterException in com.agimatec.utility.fileimport.groovy |
|---|
| Methods in com.agimatec.utility.fileimport.groovy that throw ImporterException | |
|---|---|
protected void |
XmlImportProcessor.importEach()
|
void |
XmlImportProcessor.importFrom(Closeable aReader)
API - this method starts the import process. |
void |
LineImporterSpecGroovy.processHeaderLine(LineImportProcessor processorimporter)
|
void |
LineImporterSpecGroovy.processRow(LineImportProcessor processor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||