public final class ResourceKey extends Object
ResourceBundles
.
It is advisable that instances of this class be reused as much as possible. Currently it does not provide any caching.
Instances of this class cannot be created directly, one of the static
get()
methods must be used.
Modifier and Type | Method and Description |
---|---|
static ResourceKey |
get(Object[] args)
Returns an instance of a ResourceKey.
|
static ResourceKey |
get(String bundle,
String key)
Returns an instance of a ResourceKey.
|
static ResourceKey |
get(String bundle,
String key,
Object[] args)
Returns an instance of a ResourceKey.
|
public static final ResourceKey get(String bundle, String key)
public static final ResourceKey get(Object[] args)
public static final ResourceKey get(String bundle, String key, Object[] args)
Copyright © 2023. All rights reserved.