IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework.l10n
Class AbstractResourceManager.EmptyResourceBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended bycom.ibm.xtools.patterns.framework.l10n.AbstractResourceManager.EmptyResourceBundle
Enclosing class:
AbstractResourceManager

public final class AbstractResourceManager.EmptyResourceBundle
extends ResourceBundle

The EmptyResourceBundle represents a resource bundle object that is always empty. This object is used as a default return value whenever the loading of a resource bundle has failed.


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
AbstractResourceManager.EmptyResourceBundle()
          Create an instance of EmptyResourceBundle
 
Method Summary
 Enumeration getKeys()
          Return empty keys enumeration
protected  Object handleGetObject(String key)
          This method always returns null - since there is no associated value
 
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

AbstractResourceManager.EmptyResourceBundle

public AbstractResourceManager.EmptyResourceBundle()
Create an instance of EmptyResourceBundle

Method Detail

handleGetObject

protected Object handleGetObject(String key)
This method always returns null - since there is no associated value

See Also:
ResourceBundle.handleGetObject(String)

getKeys

public Enumeration getKeys()
Return empty keys enumeration

See Also:
ResourceBundle.getKeys()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.