Interface MessageProvider

All Known Implementing Classes:
LanguageManager

public interface MessageProvider
Provide messages based on keys, for example from a language file
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the message that is linked to the specified key
  • Method Details

    • getMessage

      List<String> getMessage(String key)
      Get the message that is linked to the specified key
      Parameters:
      key - The key of the message to get
      Returns:
      A list with the lines of the message