public class

MockTranslationStoreFactory

extends Object
implements TranslationStoreFactory
java.lang.Object
   ↳ com.atlassian.jira.web.bean.i18n.MockTranslationStoreFactory

Summary

Public Constructors
MockTranslationStoreFactory()
Public Methods
TranslationStore createTranslationStore(Map<StringString> bundles)
Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.bean.i18n.TranslationStoreFactory

Public Constructors

public MockTranslationStoreFactory ()

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