![]() |
Tourplaner
1
tpl
|
Public Member Functions | |
Exporter (String path) | |
void | doExport () throws IOException |
void | doImport () |
Ist für das importieren und Exportieren der Daten zuständig
tourplaner.business.Exporter.Exporter | ( | String | path | ) |
Erstellt den Exporter mit dem gegebenen Path
path | Gegebener Path |
void tourplaner.business.Exporter.doExport | ( | ) | throws IOException |
Führt den Export aus -> Holt daten, erstellt file
IOException | Fehler beim File erstellen |
void tourplaner.business.Exporter.doImport | ( | ) |
Führt den Imput aus -> File holen, Daten in db erstellen
IOException | Fehler beim File öffnen |