Interface IClientImporter
-
- All Known Implementing Classes:
ClientImporterImpl
public interface IClientImporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClientImportResult
doImport(byte[] exportFile)
IClientImportResult
doImport(InputStream exportFile)
IClientImporter
withAlias(String alias)
IClientImporter
withBaseUrl(String contextPath)
IClientImporter
withLanguage(ELanguage language)
IClientImporter
withName(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)
-
-