Uses of Interface
de.xima.fc.e2e.containerresources.setup.clientmarshal.api.IClientImporter
- 
Packages that use IClientImporter Package Description de.xima.fc.e2e.containerresources.setup.clientmarshal.api de.xima.fc.e2e.containerresources.setup.clientmarshal.impl  - 
- 
Uses of IClientImporter in de.xima.fc.e2e.containerresources.setup.clientmarshal.api
Methods in de.xima.fc.e2e.containerresources.setup.clientmarshal.api that return IClientImporter Modifier and Type Method Description static IClientImporterClientMarshaller. newClientImporter()IClientImporterIClientImporter. withAlias(String alias)IClientImporterIClientImporter. withBaseUrl(String contextPath)IClientImporterIClientImporter. withLanguage(ELanguage language)IClientImporterIClientImporter. withName(String name) - 
Uses of IClientImporter in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl
Classes in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl that implement IClientImporter Modifier and Type Class Description classClientImporterImplInternal implementation of theIClientImporter.Methods in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl that return IClientImporter Modifier and Type Method Description IClientImporterClientImporterImpl. withAlias(String alias)IClientImporterClientImporterImpl. withBaseUrl(String contextPath)IClientImporterClientImporterImpl. withLanguage(ELanguage language)IClientImporterClientImporterImpl. withName(String name) 
 -