public class

I18nKey

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.i18n.I18nKey

Class Overview

A container object to allow the passing of a property key and its associated context variables. This allows a property to be expanded just-in-time.

Summary

Public Constructors
I18nKey(String key, Object... arguments)
Public Methods
@Nonnull Object[] getArguments()
@Nonnull String getKey()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public I18nKey (String key, Object... arguments)

Public Methods

@Nonnull public Object[] getArguments ()

@Nonnull public String getKey ()