Interface IClientImporter
-
- All Known Implementing Classes:
ClientImporterImpl
public interface IClientImporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClientImportResultdoImport(byte[] exportFile)IClientImportResultdoImport(InputStream exportFile)IClientImporterwithAlias(String alias)IClientImporterwithBaseUrl(String contextPath)IClientImporterwithLanguage(ELanguage language)IClientImporterwithName(String name)
-
-
-
Method Detail
-
doImport
IClientImportResult doImport(byte[] exportFile) throws IOException
- Throws:
IOException
-
doImport
IClientImportResult doImport(InputStream exportFile) throws IOException
- Throws:
IOException
-
withAlias
IClientImporter withAlias(String alias)
-
withBaseUrl
IClientImporter withBaseUrl(String contextPath)
-
withLanguage
IClientImporter withLanguage(ELanguage language)
-
withName
IClientImporter withName(String name)
-
-