com.mebigfatguy.mongobrowser
Class MongoBundle

java.lang.Object
  extended by com.mebigfatguy.mongobrowser.MongoBundle

public class MongoBundle
extends java.lang.Object

manages the resource bundle properties file for this application


Nested Class Summary
static class MongoBundle.Key
          an enumeration of all the possible entries in the bundle
 
Method Summary
static java.lang.String getString(MongoBundle.Key key)
          retrieves a string from a resource bundle given a key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(MongoBundle.Key key)
retrieves a string from a resource bundle given a key

Parameters:
key - the key of the property item that is to be retrieved
Returns:
the string representing the localized name


Copyright © 2009-2011 MeBigFatGuy.com. All Rights Reserved.