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

java.lang.Object
  extended by com.atlassian.jira.web.bean.i18n.TranslationStoreTemplate<com.atlassian.jira.web.bean.i18n.ByteArray,com.atlassian.jira.web.bean.i18n.ByteArray>
      extended by com.atlassian.jira.web.bean.i18n.ByteArrayBackedStore
All Implemented Interfaces:
TranslationStore

public class ByteArrayBackedStore
extends TranslationStoreTemplate<com.atlassian.jira.web.bean.i18n.ByteArray,com.atlassian.jira.web.bean.i18n.ByteArray>

Byte array-backed store for translations.

Since:
6.2

Constructor Summary
ByteArrayBackedStore(Map<String,String> map)
           
 
Method Summary
protected  com.atlassian.jira.web.bean.i18n.ByteArray makeKeyFromString(String key)
           
protected  com.atlassian.jira.web.bean.i18n.ByteArray makeValueFromString(String value)
           
 
Methods inherited from class com.atlassian.jira.web.bean.i18n.TranslationStoreTemplate
containsKey, get, keys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayBackedStore

public ByteArrayBackedStore(Map<String,String> map)
Method Detail

makeKeyFromString

protected com.atlassian.jira.web.bean.i18n.ByteArray makeKeyFromString(String key)
Specified by:
makeKeyFromString in class TranslationStoreTemplate<com.atlassian.jira.web.bean.i18n.ByteArray,com.atlassian.jira.web.bean.i18n.ByteArray>

makeValueFromString

protected com.atlassian.jira.web.bean.i18n.ByteArray makeValueFromString(String value)
Specified by:
makeValueFromString in class TranslationStoreTemplate<com.atlassian.jira.web.bean.i18n.ByteArray,com.atlassian.jira.web.bean.i18n.ByteArray>


Copyright © 2002-2014 Atlassian. All Rights Reserved.