ch.qos.cal10n.util
Class CAL10NPropertyResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle
          extended by ch.qos.cal10n.util.CAL10NPropertyResourceBundle

public class CAL10NPropertyResourceBundle
extends PropertyResourceBundle


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CAL10NPropertyResourceBundle(InputStream is, File file)
           
 
Method Summary
 boolean hasChanged()
           
 void resetCheckTimes()
          WARNING: Used for testing purposes.
 void setParent(ResourceBundle parent)
           
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAL10NPropertyResourceBundle

public CAL10NPropertyResourceBundle(InputStream is,
                                    File file)
                             throws IOException
Throws:
IOException
Method Detail

setParent

public void setParent(ResourceBundle parent)
Overrides:
setParent in class ResourceBundle

hasChanged

public boolean hasChanged()

resetCheckTimes

public void resetCheckTimes()
WARNING: Used for testing purposes. Do not invoke directly in user code.



Copyright © 2009 QOS.ch. All Rights Reserved.