Class I18nKey

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

public class I18nKey extends Object
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.
  • Constructor Details

    • I18nKey

      public I18nKey(@Nonnull String key, @Nonnull Object... arguments)
  • Method Details

    • getArguments

      @Nonnull public Object[] getArguments()
    • getKey

      @Nonnull public String getKey()