| 程序包 | 说明 |
|---|---|
| com.ds.common.property |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PropertyResourceBundle
PropertyResourceBundle is a concrete subclass of ResourceBundle
that manages resources for a locale using a set of static strings from a
property file. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ResourceBundle |
ResourceBundle.parent
The parent bundle of this bundle.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceBundle |
ResourceBundle.getBundle(String baseName)
Gets a resource bundle using the specified base name, the default locale,
and the caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String baseName,
Locale locale)
Gets a resource bundle using the specified base name and locale, and the
caller's class loader.
|
static ResourceBundle |
ResourceBundle.getBundle(String baseName,
Locale locale,
ClassLoader loader) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
ResourceBundle.setParent(ResourceBundle parent)
Sets the parent bundle of this bundle.
|
Copyright © 2023 onecode. All rights reserved.