org.apache.commons.vfs2.util
Class CombinedResources
java.lang.Object
java.util.ResourceBundle
org.apache.commons.vfs2.util.CombinedResources
public class CombinedResources
- extends ResourceBundle
- Since:
- 2.0
- Author:
- Commons VFS team
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 |
CombinedResources
public CombinedResources(String resourceName)
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.