java.util
Class PropertyResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle

public class PropertyResourceBundle
extends ResourceBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
PropertyResourceBundle(InputStream var0)
           
 
Method Summary
 Enumeration getKeys()
           
 Object handleGetObject(String var0)
           
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResourceBundle

public PropertyResourceBundle(InputStream var0)
                       throws IOException
Throws:
IOException
Method Detail

getKeys

public Enumeration getKeys()
Specified by:
getKeys in class ResourceBundle

handleGetObject

public Object handleGetObject(String var0)
Specified by:
handleGetObject in class ResourceBundle


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.