Class DialogResource


  • @OpenApiAll
    public class DialogResource
    extends java.lang.Object
    This class is used to retrieve the resources from the command resource bundle files.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUNDLE_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      DialogResource()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getString​(java.lang.String key)
      Get localized resource string according the given key.
      static java.lang.String getString​(java.lang.String key, java.lang.Object... values)
      Get localized resource string according the given key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DialogResource

        public DialogResource()
    • Method Detail

      • getString

        public static java.lang.String getString​(java.lang.String key)
        Get localized resource string according the given key.
        Parameters:
        key - key.
        Returns:
        resource string.
      • getString

        public static java.lang.String getString​(java.lang.String key,
                                                 @CheckForNull
                                                 java.lang.Object... values)
        Get localized resource string according the given key.
        Parameters:
        key - key.
        values - message arguments.
        Returns:
        resource string.