Package ch.qos.cal10n.util
Class CAL10NBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- ch.qos.cal10n.util.CAL10NBundle
-
public class CAL10NBundle extends ResourceBundle
- Author:
- Ceki Gülcü
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Constructor Summary
Constructors Constructor Description CAL10NBundle(Reader r, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<String>
getKeys()
protected Object
handleGetObject(String key)
boolean
hasChanged()
void
resetCheckTimes()
WARNING: Used for testing purposes.void
setParent(CAL10NBundle parent)
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
-
-
-
-
Constructor Detail
-
CAL10NBundle
public CAL10NBundle(Reader r, File file) throws IOException
- Throws:
IOException
-
-
Method Detail
-
setParent
public void setParent(CAL10NBundle parent)
-
hasChanged
public boolean hasChanged()
-
resetCheckTimes
public void resetCheckTimes()
WARNING: Used for testing purposes. Do not invoke directly in user code.
-
getKeys
public Enumeration<String> getKeys()
- Specified by:
getKeys
in classResourceBundle
-
handleGetObject
protected Object handleGetObject(String key)
- Specified by:
handleGetObject
in classResourceBundle
-
-