public final class Util
extends Object
An internal utility class.
- Author:
- Alexander Dorokhine, Ceki Gülcü
-
Method Summary
Returns the name of the class which called the invoking method.
static final void
static final void
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
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)