public class Config
extends java.lang.Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enableDebugMode() |
static boolean |
getStop()
Abfrage, ob ein Abbruch erfogte
|
static boolean |
isDebuggingEnabled() |
static void |
setStop(boolean set)
Damit kann "stop" gesetzt/rückgesetzt werden.
|
public static void setStop(boolean set)
set - public static boolean getStop()
public static void enableDebugMode()
public static boolean isDebuggingEnabled()