org.jogre.common.util
Class JogreLabels

java.lang.Object
  extended byorg.jogre.common.util.AbstractProperties
      extended byorg.jogre.common.util.JogreLabels

public class JogreLabels
extends AbstractProperties

This class provides an easy and effective point for accessing the main JOGRE resource bundle (system_*_*.properties).

Version:
Alpha 0.2.1
Author:
Bob Marks

Field Summary
 
Fields inherited from class org.jogre.common.util.AbstractProperties
rb
 
Method Summary
static JogreLabels getInstance()
          Accessor to singleton instance of this class.
static String getServerTitle()
          Return the server title.
 
Methods inherited from class org.jogre.common.util.AbstractProperties
get, get, getBoolean, getBoolean, getInt, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JogreLabels getInstance()
Accessor to singleton instance of this class.

Returns:
Instance of this class.

getServerTitle

public static String getServerTitle()
Return the server title.

Returns:
Server title.