Package de.intarsys.tools.message
Class MessageBundle
java.lang.Object
de.intarsys.tools.message.MessageBundle
A wrapper class for defining and accessing ResourceBundles.
-
Constructor Summary
ConstructorsConstructorDescriptionMessageBundle
(String path, ClassLoader classLoader) MessageBundle
(String path, String classpath) -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
basicGetObject
(String key) basicGetString
(String key) protected ResourceBundle
protected static URL[]
createURLs
(String classpath) protected String
getFallbackString
(String key, Object[] objects) getPath()
boolean
lookupString
(String key) void
setClassLoader
(ClassLoader classLoader) void
void
-
Constructor Details
-
MessageBundle
public MessageBundle() -
MessageBundle
-
MessageBundle
-
-
Method Details
-
createURLs
-
basicGetObject
-
basicGetString
-
createResourceBundle
-
getClassLoader
-
getFallbackString
-
getLocale
-
getObject
-
getPath
-
getResourceBundle
-
getString
-
getString
-
getString
-
getString
-
getString
-
getString
-
lookupString
-
setClassLoader
-
setLocale
-
setPath
-