|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shell.PipeCommand
Runtime command is a base class that all apps must extend to work inside Freelance. It provides basic functionality for the apps including and output stream and switch handling.
TerminalThread
Constructor Summary | |
PipeCommand()
|
Method Summary | |
void |
doRun()
|
boolean |
isPipeable()
RuntimeCommands will not be able to be piped. |
void |
setIncomming(boolean income)
|
boolean |
stillIncomming()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PipeCommand()
Method Detail |
public boolean stillIncomming()
public void setIncomming(boolean income)
public boolean isPipeable()
Pipe
public void doRun()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |