public class InfoCommands extends Object
| Constructor and Description |
|---|
InfoCommands() |
| Modifier and Type | Method and Description |
|---|---|
static CmdMenu |
getDebugLevelMenu()
Liefert ein Menu zum Ändern des StdErr Debug Levels.
|
static CmdMenu |
getDebugLevelMenu(String desc,
String help)
Liefert ein Menu zum Ändern des StdErr Debug-Levels.
|
static Command |
memoryInfo()
Kommando zur Anzeige von Informationen über die Speicherauslastung.
|
static Command |
runtimeInfo()
Kommando zur Anzeige von Laufzeitinformationen.
|
static Command |
systemInfo()
Kommando zur Anzeige von Systeminformationen.
|
public static Command memoryInfo()
public static Command runtimeInfo()
public static Command systemInfo()
public static CmdMenu getDebugLevelMenu(String desc, String help)
desc - Beschreibung des Menüs.help - Hilfetext zum Menü.public static CmdMenu getDebugLevelMenu()