com.atlassian.jira.web.bean
Class SimpleTranslationStoreFactory
java.lang.Object
com.atlassian.jira.web.bean.SimpleTranslationStoreFactory
- All Implemented Interfaces:
- TranslationStoreFactory
public class SimpleTranslationStoreFactory
- extends Object
- implements TranslationStoreFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTranslationStoreFactory
public SimpleTranslationStoreFactory()
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.