biouml.plugins.simulation.resources
Class MessageBundle
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
biouml.plugins.simulation.resources.MessageBundle
- public class MessageBundle
- extends java.util.ListResourceBundle
| Fields inherited from class java.util.ResourceBundle |
parent |
|
Method Summary |
static void |
error(org.apache.log4j.Category log,
java.lang.String messageBundleKey,
java.lang.String[] params)
|
java.lang.Object[][] |
getContents()
|
java.lang.String |
getResourceString(java.lang.String key)
Returns string from the resource bundle for the specified key.
|
static void |
warn(org.apache.log4j.Category log,
java.lang.String messageBundleKey,
java.lang.String[] params)
|
| Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject |
| Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resources
protected static MessageBundle resources
MessageBundle
public MessageBundle()
getContents
public java.lang.Object[][] getContents()
getResourceString
public java.lang.String getResourceString(java.lang.String key)
- Returns string from the resource bundle for the specified key.
If the sting is absent the key string is returned instead and
the message is printed in
log4j.Category for the component.
warn
public static void warn(org.apache.log4j.Category log,
java.lang.String messageBundleKey,
java.lang.String[] params)
error
public static void error(org.apache.log4j.Category log,
java.lang.String messageBundleKey,
java.lang.String[] params)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.