public class Debug extends Object
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDEBUG()
Gets whether the installer run in debug mode.
|
static boolean |
isSTACKTRACE()
Set whether to show stacktraces at runtime.
|
static boolean |
isTRACE()
Gets whether to trace variables and conditions at runtime interactively.
|
static void |
setDEBUG(boolean DEBUG)
Sets whether to run in debug mode.
|
static void |
setSTACKTRACE(boolean STACKTRACE)
Sets the current TRACE flag.
|
static void |
setTRACE(boolean TRACE)
Sets whether to trace variables and conditions at runtime interactively.
|
public static void setTRACE(boolean TRACE)
TRACE - whether variables and conditions are to be traced at runtime interactivelypublic static boolean isTRACE()
public static void setSTACKTRACE(boolean STACKTRACE)
STACKTRACE - desired statepublic static boolean isSTACKTRACE()
public static void setDEBUG(boolean DEBUG)
DEBUG - whether the installer is run in debug modepublic static boolean isDEBUG()
Copyright © 2001–2025. All rights reserved.