Package icc.util
Class MiscUtil
- java.lang.Object
-
- icc.util.MiscUtil
-
public class MiscUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MiscUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MiscUtil
getInstance()
static boolean
isMessageKeyExisting(java.lang.String msgKey)
Checks if the specified message key exists in one of the message key files
-
-
-
Method Detail
-
getInstance
public static MiscUtil getInstance()
-
isMessageKeyExisting
public static boolean isMessageKeyExisting(java.lang.String msgKey)
Checks if the specified message key exists in one of the message key files- Parameters:
msgKey
- the message key to be checked- Throws:
GeneralException
-
-