org.mockcentral.server
Class MockCentralServerMessages

java.lang.Object
  extended by org.mockcentral.server.MockCentralServerMessages

public class MockCentralServerMessages
extends java.lang.Object

A Message Bundle class for MockCentralServer application.

Author:
David Hutchinson

Constructor Summary
MockCentralServerMessages()
          Creates a new instance.
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Returns a resource from the ResourceBundle using the supplied key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockCentralServerMessages

public MockCentralServerMessages()
Creates a new instance.

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Returns a resource from the ResourceBundle using the supplied key.

Parameters:
key - the key for obtaining the resource.
Returns:
a resource from the ResourceBundle using the supplied key.