Class ClientImporterImpl
- java.lang.Object
-
- de.xima.fc.e2e.containerresources.setup.clientmarshal.impl.ClientImporterImpl
-
- All Implemented Interfaces:
IClientImporter
public final class ClientImporterImpl extends Object implements IClientImporter
Internal implementation of theIClientImporter.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ClientImporterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IClientImportResultdoImport(byte[] exportFile)IClientImportResultdoImport(InputStream exportFile)StringgetAlias()StringgetBaseUrl()ELanguagegetLanguage()StringgetName()IClientImporterwithAlias(String alias)IClientImporterwithBaseUrl(String contextPath)IClientImporterwithLanguage(ELanguage language)IClientImporterwithName(String name)
-
-
-
Method Detail
-
doImport
public IClientImportResult doImport(byte[] exportFile) throws IOException
- Specified by:
doImportin interfaceIClientImporter- Throws:
IOException
-
doImport
public IClientImportResult doImport(InputStream exportFile) throws IOException
- Specified by:
doImportin interfaceIClientImporter- Throws:
IOException
-
getAlias
public String getAlias()
-
getBaseUrl
public String getBaseUrl()
-
getLanguage
public ELanguage getLanguage()
-
getName
public String getName()
-
withAlias
public IClientImporter withAlias(String alias)
- Specified by:
withAliasin interfaceIClientImporter
-
withBaseUrl
public IClientImporter withBaseUrl(String contextPath)
- Specified by:
withBaseUrlin interfaceIClientImporter
-
withLanguage
public IClientImporter withLanguage(ELanguage language)
- Specified by:
withLanguagein interfaceIClientImporter
-
withName
public IClientImporter withName(String name)
- Specified by:
withNamein interfaceIClientImporter
-
-