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 StringDEBUGstatic StringDEBUG_DEFAULT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckDebugMode()Retrieve the value of the debug mode flag.static voidupdateDebugMode()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
-
-