Class CAL10NBundle
java.lang.Object
java.util.ResourceBundle
ch.qos.cal10n.util.CAL10NBundle
- Author:
- Ceki Gülcü
-
Nested Class Summary
Nested classes/interfaces inherited from class ResourceBundle
ResourceBundle.Control -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeys()protected ObjecthandleGetObject(String key) booleanvoidWARNING: Used for testing purposes.voidsetParent(CAL10NBundle parent) Methods inherited from class ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
-
Constructor Details
-
CAL10NBundle
- Throws:
IOException
-
-
Method Details
-
setParent
-
hasChanged
public boolean hasChanged() -
resetCheckTimes
public void resetCheckTimes()WARNING: Used for testing purposes. Do not invoke directly in user code. -
getKeys
- Specified by:
getKeysin classResourceBundle
-
handleGetObject
- Specified by:
handleGetObjectin classResourceBundle
-