public interface IImporter
Modifier and Type | Method and Description |
---|---|
void |
doImport(String directoryName,
boolean validating)
import from exported data in
directoryName |
void |
setListener(IImportListener listener) |
void setListener(IImportListener listener)
void doImport(String directoryName, boolean validating) throws StoreException, StoreClassNotFoundException, StoreInvalidClassException, StoreDataCorruptedException, StoreNotSerializableException, ImportException, ImportClassNotFoundException, ImportDataCorruptedException, ImportInvalidClassException, ImportNotSerializableException
directoryName directory
directoryName
- directory name where are stored exported data to importvalidating
- StoreException
StoreNotSerializableException
StoreDataCorruptedException
StoreInvalidClassException
StoreClassNotFoundException
ImportException
ImportNotSerializableException
ImportInvalidClassException
ImportDataCorruptedException
ImportClassNotFoundException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.