Package ch.qos.cal10n.util
Class CAL10NBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- ch.qos.cal10n.util.CAL10NBundle
-
public class CAL10NBundle extends java.util.ResourceBundle
- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description CAL10NBundle(java.io.Reader r, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Enumeration<java.lang.String>
getKeys()
protected java.lang.Object
handleGetObject(java.lang.String key)
boolean
hasChanged()
void
resetCheckTimes()
WARNING: Used for testing purposes.void
setParent(CAL10NBundle parent)
-
-
-
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 java.util.Enumeration<java.lang.String> getKeys()
- Specified by:
getKeys
in classjava.util.ResourceBundle
-
handleGetObject
protected java.lang.Object handleGetObject(java.lang.String key)
- Specified by:
handleGetObject
in classjava.util.ResourceBundle
-
-