org.apache.commons.vfs2.util
Class CombinedResources

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.apache.commons.vfs2.util.CombinedResources

public class CombinedResources
extends ResourceBundle

Since:
2.0
Author:
Commons VFS team

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
CombinedResources(String resourceName)
           
 
Method Summary
 Enumeration<String> getKeys()
           
 String getResourceName()
           
protected  Object handleGetObject(String key)
           
protected  void init()
           
protected  void loadResources(Locale locale)
           
protected  void loadResources(String resourceName)
           
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedResources

public CombinedResources(String resourceName)
Method Detail

init

protected void init()

loadResources

protected void loadResources(Locale locale)

loadResources

protected void loadResources(String resourceName)

getResourceName

public String getResourceName()

getKeys

public Enumeration<String> getKeys()
Specified by:
getKeys in class ResourceBundle

handleGetObject

protected Object handleGetObject(String key)
Specified by:
handleGetObject in class ResourceBundle


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.