Class AggregateResourceBundleLocator.AggregateBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
-
- Enclosing class:
- AggregateResourceBundleLocator
@Deprecated public static class AggregateResourceBundleLocator.AggregateBundle extends ResourceBundle
Deprecated.This class should not have been part of the public API and will be removed at a later stage.AResourceBundlewhose content is aggregated from multiple source bundles.- Author:
- Gunnar Morling
-
-
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
Constructors Constructor Description AggregateBundle(List<ResourceBundle> bundles)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Enumeration<String>getKeys()protected ObjecthandleGetObject(String key)protected Set<String>handleKeySet()-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
-
-
-
Constructor Detail
-
AggregateBundle
public AggregateBundle(List<ResourceBundle> bundles)
Deprecated.
-
-
Method Detail
-
handleGetObject
protected Object handleGetObject(String key)
- Specified by:
handleGetObjectin classResourceBundle
-
handleKeySet
protected Set<String> handleKeySet()
- Overrides:
handleKeySetin classResourceBundle
-
getKeys
public Enumeration<String> getKeys()
- Specified by:
getKeysin classResourceBundle
-
-