public final class BundleUtils extends Object
ResourceBundles.| Modifier and Type | Method and Description |
|---|---|
static String |
getStringWithDefault(ResourceBundle bundle,
String key,
String defaultValue)
Try to get a value from the bundle, and if it doesn't exist, return a default.
|
public static String getStringWithDefault(ResourceBundle bundle, String key, String defaultValue)
bundle - The bundle.key - The key.defaultValue - The default value.defaultValue if there is no value.Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.