public final class Util
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<?> |
getCallingClass()
Returns the name of the class which called the invoking method.
|
static void |
report(java.lang.String msg) |
static void |
report(java.lang.String msg,
java.lang.Throwable t) |
static boolean |
safeGetBooleanSystemProperty(java.lang.String key) |
static java.lang.String |
safeGetSystemProperty(java.lang.String key) |
public static java.lang.String safeGetSystemProperty(java.lang.String key)
public static boolean safeGetBooleanSystemProperty(java.lang.String key)
public static java.lang.Class<?> getCallingClass()
public static final void report(java.lang.String msg, java.lang.Throwable t)
public static final void report(java.lang.String msg)
Copyright © 2010 - 2020 Adobe. All Rights Reserved