de.bsvrz.sys.funclib.losb.util.cmdinterface
Class InfoCommands

java.lang.Object
  extended by de.bsvrz.sys.funclib.losb.util.cmdinterface.InfoCommands

public class InfoCommands
extends java.lang.Object

Klasse die Kommandos und Menüs für Statusinformationen zur verwendeten Software bereitstellt.

Version:
$Revision: 1.2 $ / $Date: 2008/01/22 17:20:04 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Phil Schrettenbrunner

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

InfoCommands

public InfoCommands()
Method Detail

memoryInfo

public static Command memoryInfo()
Kommando zur Anzeige von Informationen über die Speicherauslastung.

Returns:
Kommando.

runtimeInfo

public static Command runtimeInfo()
Kommando zur Anzeige von Laufzeitinformationen.

Returns:
Kommando.

systemInfo

public static Command systemInfo()
Kommando zur Anzeige von Systeminformationen.

Returns:
Kommando.

getDebugLevelMenu

public static CmdMenu getDebugLevelMenu(java.lang.String desc,
                                        java.lang.String help)
Liefert ein Menu zum Ändern des StdErr Debug-Levels.

Parameters:
desc - Beschreibung des Menüs.
help - Hilfetext zum Menü.
Returns:
Menü.

getDebugLevelMenu

public static CmdMenu getDebugLevelMenu()
Liefert ein Menu zum Ändern des StdErr Debug Levels. Die Beschreibung des Menüs ist 'Debug-Level fuer StdErr aendern'.

Returns:
Menü.


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.