com.pepper.platform.program
Class CommonStrings

java.lang.Object
  extended by com.pepper.platform.i18n.MessageCatalog
      extended by com.pepper.platform.program.CommonStrings
All Implemented Interfaces:
Serializable

public class CommonStrings
extends MessageCatalog

This class is a singleton that wraps the platform message catalog: CommonStrings.properties; which lives in the platform resources directory.

See Also:
Serialized Form

Method Summary
static CommonStrings getInstance()
          Returns the singleton platform message catalog.
 
Methods inherited from class com.pepper.platform.i18n.MessageCatalog
getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getName, getString, getString, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CommonStrings getInstance()
Returns the singleton platform message catalog.

Returns:
the singleton MessageCatalog instance.


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.