HPSearch

cgl.hpsearch.shell
Class ShellPrompt

java.lang.Object
  extended byjava.lang.Thread
      extended bycgl.hpsearch.shell.ShellPrompt
All Implemented Interfaces:
Runnable

public class ShellPrompt
extends Thread

The Shell prompt inteactive thread. Shows prompt and runs the typed commands until exit is typed.
Created on Nov 5, 2004

Author:
Harshawardhan Gadgil

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ShellPrompt()
           
 
Method Summary
 void run()
          Reads from prompt and processes the javascript commands
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShellPrompt

public ShellPrompt()
Method Detail

run

public void run()
Reads from prompt and processes the javascript commands


HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006