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 IClientImportResult
doImport(byte[] exportFile)
IClientImportResult
doImport(InputStream exportFile)
String
getAlias()
String
getBaseUrl()
ELanguage
getLanguage()
String
getName()
IClientImporter
withAlias(String alias)
IClientImporter
withBaseUrl(String contextPath)
IClientImporter
withLanguage(ELanguage language)
IClientImporter
withName(String name)
-
-
-
Method Detail
-
doImport
public IClientImportResult doImport(byte[] exportFile) throws IOException
- Specified by:
doImport
in interfaceIClientImporter
- Throws:
IOException
-
doImport
public IClientImportResult doImport(InputStream exportFile) throws IOException
- Specified by:
doImport
in 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:
withAlias
in interfaceIClientImporter
-
withBaseUrl
public IClientImporter withBaseUrl(String contextPath)
- Specified by:
withBaseUrl
in interfaceIClientImporter
-
withLanguage
public IClientImporter withLanguage(ELanguage language)
- Specified by:
withLanguage
in interfaceIClientImporter
-
withName
public IClientImporter withName(String name)
- Specified by:
withName
in interfaceIClientImporter
-
-