public interface IImporterManager
Modifier and Type | Method and Description |
---|---|
String |
getFormatedTimeElapsed() |
ImporterConfig |
getImporterConfig() |
List<IImporterProcessor> |
getImporters() |
List<ImporterStatusDto> |
getStatusDtoList() |
long |
getTimeElapsed() |
void |
importAll()
synchronized method to Import all the GisFeatures according the
ImporterConfig and the several importers define in the
applicationContext-geoloc file. |
boolean |
isAlreadyDone() |
boolean |
isInProgress() |
List<String> |
resetImport()
/!
|
void importAll()
ImporterConfig
and the several importers define in the
applicationContext-geoloc file.ImporterConfig getImporterConfig()
List<IImporterProcessor> getImporters()
boolean isInProgress()
boolean isAlreadyDone() throws ImporterMetaDataException
ImporterMetaDataException
long getTimeElapsed()
String getFormatedTimeElapsed()
List<String> resetImport() throws Exception
Exception
List<ImporterStatusDto> getStatusDtoList()
Copyright © 2015. All rights reserved.