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ü
Methods inherited from class java.util.ResourceBundle |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAL10NBundle
public CAL10NBundle(Reader r,
File file)
throws IOException
- Throws:
IOException
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 class ResourceBundle
handleGetObject
protected Object handleGetObject(String key)
- Specified by:
handleGetObject
in class ResourceBundle
Copyright © 2009-2013 QOS.ch. All Rights Reserved.