| Interface | Description |
|---|---|
| TranslationStore |
Store for i18n keys and their respective values.
|
| TranslationStoreFactory |
Factory for TranslationStore instances.
|
| Class | Description |
|---|---|
| ByteArrayBackedStore |
Byte array-backed store for translations.
|
| CompressedKeyStore |
Uses
CompressedKey for i18n keys and ByteArray for values. |
| DefaultTranslationStoreFactory |
Factory for TranslationStore instances.
|
| MockTranslationStore | |
| MockTranslationStoreFactory | |
| StringBackedStore |
Uses String for both keys and values.
|
| TranslationStoreTemplate<K,V> |
Templates class for TranslationStore implementations.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.