Package uk.gov.gchq.gaffer.commonutil
Class DebugUtil
- java.lang.Object
-
- uk.gov.gchq.gaffer.commonutil.DebugUtil
-
public final class DebugUtil extends Object
Util methods for debugging
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEBUG
static String
DEBUG_DEFAULT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
checkDebugMode()
Retrieve the value of the debug mode flag.static void
updateDebugMode()
Update the debug mode status by reading the system properties.
-
-
-
Field Detail
-
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
-
DEBUG_DEFAULT
public static final String DEBUG_DEFAULT
-
-