|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.sys.funclib.losb.util.cmdinterface.InfoCommands
public class InfoCommands
Klasse die Kommandos und Menüs für Statusinformationen zur verwendeten Software bereitstellt.
Constructor Summary | |
---|---|
InfoCommands()
|
Method Summary | |
---|---|
static CmdMenu |
getDebugLevelMenu()
Liefert ein Menu zum Ändern des StdErr Debug Levels. |
static CmdMenu |
getDebugLevelMenu(java.lang.String desc,
java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InfoCommands()
Method Detail |
---|
public static Command memoryInfo()
public static Command runtimeInfo()
public static Command systemInfo()
public static CmdMenu getDebugLevelMenu(java.lang.String desc, java.lang.String help)
desc
- Beschreibung des Menüs.help
- Hilfetext zum Menü.
public static CmdMenu getDebugLevelMenu()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |