Package jaxe

Class JaxeResourceBundle


  • public class JaxeResourceBundle
    extends java.lang.Object
    This class holds the ResourceBundle for Jaxe
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ResourceBundle getRB()
      Gets the ResourceBundle
      static void setRB​(java.util.ResourceBundle newrb)
      Sets the ResourceBundle
      • Methods inherited from class java.lang.Object

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

      • JaxeResourceBundle

        public JaxeResourceBundle()
    • Method Detail

      • getRB

        public static java.util.ResourceBundle getRB()
        Gets the ResourceBundle
        Returns:
        ResourceBundle
      • setRB

        public static void setRB​(java.util.ResourceBundle newrb)
        Sets the ResourceBundle
        Parameters:
        newrb - the new ResourceBundle