|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.Service
ti.chimera.service.Shell
The "shell" service, used to implement a read-eval-print loop.
Constructor Summary | |
Shell()
Class Constructor. |
Method Summary | |
abstract void |
run(oscript.data.Scope scope,
java.io.BufferedReader in,
java.io.PrintWriter out,
java.io.PrintWriter err)
Run the shell read-eval-print loop. |
Methods inherited from class ti.chimera.Service |
getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Shell()
Method Detail |
public abstract void run(oscript.data.Scope scope, java.io.BufferedReader in, java.io.PrintWriter out, java.io.PrintWriter err)
scope
- the scope evaluate inin
- the input stream readerout
- the output stream writererr
- the error stream writer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |