solar
Class Shell

java.lang.Object
  |
  +--solar.Shell

public class Shell
extends java.lang.Object

An interactive shell to probe Solar system.

Version:
$Id: Shell.java,v 1.4 2003/08/30 15:08:49 glchen Exp $
Author:
Guanling Chen

Field Summary
(package private)  Client _client
           
 
Constructor Summary
Shell(serp.util.Options opts)
           
 
Method Summary
static void main(java.lang.String[] args)
           
private  void process(serp.util.Options cmd)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_client

Client _client
Constructor Detail

Shell

public Shell(serp.util.Options opts)
      throws java.lang.Exception
Method Detail

run

public void run()
         throws java.lang.Exception
java.lang.Exception

process

private void process(serp.util.Options cmd)
              throws java.lang.Exception
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception