java > java.util > java.util.resourcebundle >

Class: java.util.ResourceBundle
    java.lang.Object
       java.util.ResourceBundle


public abstract class ResourceBundle extends Object

Inner Class(es): ResourceBundle.Control

FIELDS:
protected ResourceBundle parent

CONSTRUCTORS:
public ResourceBundle()


METHODS:
public static final void clearCache()

public static final void clearCache(ClassLoader loader)
Throws: NullPointerException

public boolean containsKey(String key)
Throws: NullPointerException

public static final ResourceBundle getBundle(String baseName)
Throws: NullPointerException
Throws: MissingResourceException

public static final ResourceBundle getBundle(String baseName, Locale locale)
Throws: NullPointerException
Throws: MissingResourceException

public static ResourceBundle getBundle(String baseName, Locale locale, ClassLoader loader)
Throws: NullPointerException
Throws: MissingResourceException

public static ResourceBundle getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)
Throws: NullPointerException
Throws: MissingResourceException
Throws: IllegalArgumentException

public static final ResourceBundle getBundle(String baseName, Locale targetLocale, ResourceBundle.Control control)
Throws: NullPointerException
Throws: MissingResourceException
Throws: IllegalArgumentException

public static final ResourceBundle getBundle(String baseName, ResourceBundle.Control control)
Throws: NullPointerException
Throws: MissingResourceException
Throws: IllegalArgumentException

public abstract Enumeration getKeys()

public Locale getLocale()

public final Object getObject(String key)
Throws: NullPointerException
Throws: MissingResourceException

public final String getString(String key)
Throws: NullPointerException
Throws: MissingResourceException
Throws: ClassCastException

public final String[] getStringArray(String key)
Throws: NullPointerException
Throws: MissingResourceException
Throws: ClassCastException

protected abstract Object handleGetObject(String key)
Throws: NullPointerException

protected Set handleKeySet()

public Set keySet()

protected void setParent(ResourceBundle parent)


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
ListResourceBundle, PropertyResourceBundle,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net