Class AbstractTranslationServiceFactory
java.lang.Object
com.adobe.granite.translation.core.common.AbstractTranslationServiceFactory
- All Implemented Interfaces:
TranslationServiceFactory
public abstract class AbstractTranslationServiceFactory
extends Object
implements TranslationServiceFactory
-
Field Summary
Fields inherited from interface com.adobe.granite.translation.api.TranslationServiceFactory
PROPERTY_TRANSLATION_FACTORY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.adobe.granite.translation.api.TranslationServiceFactory
createTranslationService, createTranslationService, getServiceCloudConfigClass, getSupportedTranslationMethods
-
Constructor Details
-
AbstractTranslationServiceFactory
public AbstractTranslationServiceFactory()
-
-
Method Details
-
getServiceFactoryName
Description copied from interface:TranslationServiceFactoryGets the service factory name.- Specified by:
getServiceFactoryNamein interfaceTranslationServiceFactory- Returns:
- Name of the service property indicating the particular implementation this factory provides, e.g. adobe.
-