-
- All Implemented Interfaces:
public final class ResourceLoaderThis utility class provides a working file loading everywhere in the project, and both in source running and jar running.
-
-
Method Summary
Modifier and Type Method Description static StringgetStringRes(String key)Looks up on the property files and returns the correct String. static StringgetStringRes(String key, Locale locale)Looks up on the property files and returns the correct String. -
-
Method Detail
-
getStringRes
static String getStringRes(String key)
Looks up on the property files and returns the correct String.
- Parameters:
key- the key
-
getStringRes
static String getStringRes(String key, Locale locale)
Looks up on the property files and returns the correct String.
- Parameters:
key- the keylocale- the locale
-
-
-
-