Class Util


  • public final class Util
    extends Object
    An internal utility class.
    Author:
    Alexander Dorokhine, Ceki Gülcü
    • Method Detail

      • safeGetSystemProperty

        public static String safeGetSystemProperty​(String key)
      • safeGetBooleanSystemProperty

        public static boolean safeGetBooleanSystemProperty​(String key)
      • getCallingClass

        public static Class<?> getCallingClass()
        Returns the name of the class which called the invoking method.
        Returns:
        the name of the class which called the invoking method.
      • report

        public static final void report​(String msg)