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)
           
 
Method Summary
 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)
                             throws IOException
Throws:
IOException
Method Detail

setParent

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


Copyright © 2009 QOS.ch. All Rights Reserved.