sun.security.util
Class Resources

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by sun.security.util.Resources

public class Resources
extends ListResourceBundle

This class represents the ResourceBundle for javax.security.auth and sun.security.


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Resources()
           
 
Method Summary
 Object[][] getContents()
          Returns the contents of this ResourceBundle.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
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

Resources

public Resources()
Method Detail

getContents

public Object[][] getContents()
Returns the contents of this ResourceBundle.

Specified by:
getContents in class ListResourceBundle
Returns:
the contents of this ResourceBundle.