com.atlassian.jira.web.bean.i18n
Class MockTranslationStoreFactory

java.lang.Object
  extended by com.atlassian.jira.web.bean.i18n.MockTranslationStoreFactory
All Implemented Interfaces:
TranslationStoreFactory

public class MockTranslationStoreFactory
extends Object
implements TranslationStoreFactory

Since:
v6.2.3

Constructor Summary
MockTranslationStoreFactory()
           
 
Method Summary
 TranslationStore createTranslationStore(Map<String,String> bundles)
          Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockTranslationStoreFactory

public MockTranslationStoreFactory()
Method Detail

createTranslationStore

public TranslationStore createTranslationStore(Map<String,String> bundles)
Description copied from interface: TranslationStoreFactory
Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.

Specified by:
createTranslationStore in interface TranslationStoreFactory
Parameters:
bundles - a Map containing the bundles
Returns:
a new TranslationStore


Copyright © 2002-2014 Atlassian. All Rights Reserved.