public class ConfigurationResource extends Object
| Constructor and Description |
|---|
ConfigurationResource()
Get resources for default locale.
|
ConfigurationResource(Locale locale)
Get resources for specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String key)
Return true only if this key exists.
|
String |
get(String key)
Look up key/value
|
static void |
main(String[] args) |
public ConfigurationResource()
public ConfigurationResource(Locale locale)
locale - Localepublic String get(String key)
key - Stringpublic boolean exists(String key)
key - Stringpublic static void main(String[] args)
Copyright © 2003–2017 University of Michigan. All rights reserved.