jaxe
Class JaxeResourceBundle

java.lang.Object
  extended by jaxe.JaxeResourceBundle

public class JaxeResourceBundle
extends java.lang.Object

This class holds the ResourceBundle for Jaxe


Constructor Summary
JaxeResourceBundle()
           
 
Method Summary
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