com.pepper.platform.program
Class CommonStrings
java.lang.Object
com.pepper.platform.i18n.MessageCatalog
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
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 |
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.