WISA.wisa3D.shell
Class StandardCommands
java.lang.Object
|
+--WISA.wisa3D.shell.StandardCommands
- public class StandardCommands
- extends java.lang.Object
|
Method Summary |
static java.lang.Object |
exec(java.lang.String cmd,
java.lang.Object[] args)
|
static void |
execprint()
|
static void |
listCmds()
List all the standard commands contained in StandardCommands. |
static void |
listmeths(java.lang.Object o)
|
static void |
listvars()
Lists all variables known by the ShellVar class in the default Console. |
static void |
print(java.lang.Object o)
Tries to print a representation of the given Object." |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardCommands
public StandardCommands()
exec
public static java.lang.Object exec(java.lang.String cmd,
java.lang.Object[] args)
throws ConsoleException
ConsoleException
listmeths
public static void listmeths(java.lang.Object o)
listvars
public static void listvars()
- Lists all variables known by the ShellVar class in the default Console.
execprint
public static void execprint()
listCmds
public static void listCmds()
- List all the standard commands contained in StandardCommands.
print
public static void print(java.lang.Object o)
- Tries to print a representation of the given Object."
- Parameters:
o - The Object to be printed.