|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.adougou.cline.BasePrompt
|
+--org.adougou.cline.ShellPrompt
Command prompt to be used within a xterm or DOS-shell.
BasePrompt,
TextAreaPrompt| Fields inherited from class org.adougou.cline.BasePrompt |
err, in, out |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
ShellPrompt(java.lang.String name)
Same idea as the other constructor, however will construct a new CommandRegister for use with the prompt. |
|
ShellPrompt(java.lang.String name,
CommandRegister register)
The shell prompt is an easy one - it just makes use of System.out, System.err and System.in. |
|
| Methods inherited from class org.adougou.cline.BasePrompt |
askBooleanQuestion, askQuestion, askQuestion, exit, printPrompt, redirectSystemIOToPrompt, registerCommand, registerPackage, run |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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 |
| Methods inherited from interface org.adougou.cline.IPrompt |
start |
| Constructor Detail |
public ShellPrompt(java.lang.String name,
CommandRegister register)
public ShellPrompt(java.lang.String name)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||