com.atlassian.jira.web.bean.i18n
Interface TranslationStoreFactory

All Known Implementing Classes:
DefaultTranslationStoreFactory, SimpleTranslationStoreFactory

public interface TranslationStoreFactory

Factory for TranslationStore instances.

Since:
6.2

Method Summary
 TranslationStore createTranslationStore(Map<String,String> bundles)
          Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.
 

Method Detail

createTranslationStore

TranslationStore createTranslationStore(Map<String,String> 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


Copyright © 2002-2014 Atlassian. All Rights Reserved.