@Immutable public class ResourceBundleKey extends Object implements Serializable
Constructor and Description |
---|
ResourceBundleKey(String sBundleName,
String sKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBundleName() |
String |
getKey() |
String |
getString(Locale aContentLocale) |
String |
getString(Locale aContentLocale,
ClassLoader aClassLoader) |
String |
getUtf8String(Locale aContentLocale) |
String |
getUtf8String(Locale aContentLocale,
ClassLoader aClassLoader) |
int |
hashCode() |
String |
toString() |
@Nonnull @Nonempty @PropertyKey public String getKey()
@Nullable public String getString(@Nonnull Locale aContentLocale, @Nonnull ClassLoader aClassLoader)
@Nullable public String getUtf8String(@Nonnull Locale aContentLocale, @Nonnull ClassLoader aClassLoader)
Copyright © 2014–2019 Philip Helger. All rights reserved.