Class MessageFormatter.SimpleFormandum

java.lang.Object
eu.bandm.tools.message.MessageFormatter.SimpleFormandum
All Implemented Interfaces:
MessageFormatter.Formandum
Enclosing class:
MessageFormatter<D>

public static class MessageFormatter.SimpleFormandum extends Object implements MessageFormatter.Formandum
Wraps any text as argument, which itself shall be translated and formatted.
  • Field Details

    • text

      protected String text
      Evident.
    • args

      protected Object[] args
      Evident.
  • Constructor Details

    • SimpleFormandum

      public SimpleFormandum(String text, Object... args)
      Evident.
      Parameters:
      text - the format string
      args - the arguments
  • Method Details