HEADER

biouml.plugins.simulation.resources
Class MessageBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--biouml.plugins.simulation.resources.MessageBundle

public class MessageBundle
extends ListResourceBundle


Method Summary
 static voiderror(Category log, String messageBundleKey, String[] params)
           
 Object[][]getContents()
           
 StringgetResourceString(String key)
          Returns string from the resource bundle for the specified key.
 static voidwarn(Category log, String messageBundleKey, String[] params)
           

Methods inherited from class java.util.ListResourceBundle
handleGetObject, getKeys

Methods inherited from class java.util.ResourceBundle
getString, getStringArray, getObject, getLocale, getBundle, getBundle, getBundle

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Method Detail

error

public static void error(Category log, String messageBundleKey, String[] params)

getContents

public Object[][] getContents()

getResourceString

public String getResourceString(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(Category log, String messageBundleKey, String[] params)

Association Links

to Class biouml.plugins.simulation.resources.MessageBundle


FOOTER

BOTTOM