ch.qos.cal10n.util
Class CAL10NBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by 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
CAL10NBundle(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(CAL10NBundle 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

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 class ResourceBundle

handleGetObject

protected Object handleGetObject(String key)
Specified by:
handleGetObject in class ResourceBundle


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