Package com.atlassian.jira.web.bean.i18n
Interface TranslationStoreFactory
- All Known Implementing Classes:
DefaultTranslationStoreFactory,MockTranslationStoreFactory,SimpleTranslationStoreFactory
public interface TranslationStoreFactory
Factory for TranslationStore instances.
- Since:
- 6.2
-
Method Summary
Modifier and TypeMethodDescriptioncreateTranslationStore(Map<String, String> bundles) Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.
-
Method Details
-
createTranslationStore
Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.- Parameters:
bundles- a Map containing the bundles- Returns:
- a new TranslationStore
-