public interface

TranslationStoreFactory

com.atlassian.jira.web.bean.i18n.TranslationStoreFactory
Known Indirect Subclasses

Class Overview

Factory for TranslationStore instances.

Summary

Public Methods
TranslationStore createTranslationStore(Map<StringString> bundles)
Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.

Public Methods

public TranslationStore createTranslationStore (Map<StringString> bundles)

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