Package icc.util

Class 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MiscUtil

        public MiscUtil()
    • 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