Package jaxe
Class JaxeResourceBundle
java.lang.Object
jaxe.JaxeResourceBundle
This class holds the ResourceBundle for Jaxe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceBundle
getRB()
Gets the ResourceBundlestatic void
setRB
(ResourceBundle newrb) Sets the ResourceBundle
-
Constructor Details
-
JaxeResourceBundle
public JaxeResourceBundle()
-
-
Method Details
-
getRB
Gets the ResourceBundle- Returns:
- ResourceBundle
-
setRB
Sets the ResourceBundle- Parameters:
newrb
- the new ResourceBundle
-