biouml.plugins.sbml
Class MessageBundle
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--biouml.plugins.sbml.MessageBundle
- public class MessageBundle
- extends ListResourceBundle
Messages for SBML models.
| 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 |
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.
to Class org.apache.log4j.Category
to Class biouml.plugins.sbml.MessageBundle
to Class java.lang.String
BOTTOM