jaxe
Class JaxeResourceBundle

java.lang.Object
  extended by jaxe.JaxeResourceBundle

public class JaxeResourceBundle
extends java.lang.Object

This class holds the ResourceBundle for Jaxe

Author:
tasche

Field Summary
private static org.apache.log4j.Logger LOG
          Logger for this class
(package private) static java.util.ResourceBundle rb
          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
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG
Logger for this class


rb

static java.util.ResourceBundle rb
The ResourceBundle for Jaxe

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