Class ResourceManager


  • public class ResourceManager
    extends java.lang.Object
    A class that manages the Strings that are defined in the spice.properties file. This will be usefull for internationalisation. TODO: provide .properties files for other locales. e.g. jfatcat_de_DE.properties, etc.
    Since:
    1:43:04 PM
    Version:
    %I% %G%
    Author:
    Andreas Prlic
    • Constructor Detail

      • ResourceManager

        public ResourceManager()
    • Method Detail

      • getResourceManager

        public static ResourceManager getResourceManager​(java.lang.String bundleName)
      • getString

        public java.lang.String getString​(java.lang.String key)