net.ultrametrics.util
Class  TestConsole
java.lang.Object
  |
  +--net.ultrametrics.util.TestConsole
- Direct Known Subclasses: 
- BaseBrowser
- public class TestConsole- extends java.lang.Object- implements com.fooware.util.CommandLineable
An extensible test console providing basic commands to check the status 
 of memory and force garbage collection.
 
| Method Summary | 
| protected  java.lang.String | command_gc()
 | 
| protected  java.lang.String | command_help()help
 | 
| protected  java.lang.String | command_memory()
 | 
| protected  java.lang.String | command_properties()
 | 
|  java.lang.String | doCommand(java.lang.String command,
          java.lang.String[] args)Command processor.
 | 
| static void | main(java.lang.String[] args)Tester
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
TestConsole
public TestConsole()
doCommand
public java.lang.String doCommand(java.lang.String command,
                                  java.lang.String[] args)
- Command processor.- 
- Specified by: 
- doCommand in interface com.fooware.util.CommandLineable
 
command_help
protected java.lang.String command_help()
- help- 
 
command_gc
protected java.lang.String command_gc()
- 
 
command_memory
protected java.lang.String command_memory()
- 
 
command_properties
protected java.lang.String command_properties()
- 
 
main
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
- Tester-