Compiler assisted localization library (CAL10N) - API 0.7.3-redhat-1

ch.qos.cal10n.util
Class CAL10NResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by ch.qos.cal10n.util.CAL10NResourceBundle

public class CAL10NResourceBundle
extends ResourceBundle

Author:
Ceki Gülcü

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Constructor Summary
CAL10NResourceBundle(Reader r, File file)
           
 
Method Summary
 Enumeration<String> getKeys()
           
protected  Object handleGetObject(String key)
           
 boolean hasChanged()
           
 void resetCheckTimes()
          WARNING: Used for testing purposes.
 void setParent(CAL10NResourceBundle parent)
           
 
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
 

Constructor Detail

CAL10NResourceBundle

public CAL10NResourceBundle(Reader r,
                            File file)
                     throws IOException
Throws:
IOException
Method Detail

setParent

public void setParent(CAL10NResourceBundle 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

Compiler assisted localization library (CAL10N) - API 0.7.3-redhat-1

Copyright © 2009-2011 QOS.ch. All Rights Reserved.