@Immutable public interface

TranslationStore

com.atlassian.jira.web.bean.i18n.TranslationStore
Known Indirect Subclasses

Class Overview

Store for i18n keys and their respective values.

Summary

Public Methods
boolean containsKey(String key)
Whether this TranslationStore contains the given key.
String get(String key)
Returns the i18n value associated with a key.
Iterable<String> keys()
Returns an Iterable over this TranslationStore's keys.

Public Methods

public boolean containsKey (String key)

Whether this TranslationStore contains the given key.

Parameters
key a String key
Returns
  • true if this TranslationStore contains the given key

public String get (String key)

Returns the i18n value associated with a key.

Parameters
key a String key
Returns
  • a String

public Iterable<String> keys ()

Returns an Iterable over this TranslationStore's keys.

Returns
  • an Iterable<String>