|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
kernel.AbstractProcess
commands.shell
public class shell
Starts a new shell.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
shell()
|
|
| Method Summary | |
|---|---|
void |
disableStdIn()
|
void |
enableStdIn()
|
void |
execCommand(java.lang.String command)
|
java.lang.String |
getHelp()
Provides help for users. |
Pipe |
getStdInPipe()
|
Pipe |
getStdOutPipe()
|
java.io.OutputStream |
initErrDeamon()
|
void |
kill()
Kills the shell. |
void |
notifyDirChange()
|
void |
procesEnd()
|
void |
realization()
Realizes the SHELL command. |
| Methods inherited from class kernel.AbstractProcess |
|---|
equals, exec, getArgs, getCommand, getCurrentPath, getErrOut, getFirstChild, getID, getIn, getKernel, getNext, getOut, getParent, getParentCurrentPath, getParentShell, getPrevious, getServices, init, init, printError, run, setCurrentPath, setErrOut, setFirstChild, setIn, setNext, setOut, setParentCurrentPath, setPrevious, toString |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public shell()
| Method Detail |
|---|
public void disableStdIn()
public void enableStdIn()
enableStdIn in class AbstractProcess
public void execCommand(java.lang.String command)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getHelp()
public Pipe getStdInPipe()
public Pipe getStdOutPipe()
public java.io.OutputStream initErrDeamon()
throws java.io.IOException
java.io.IOExceptionpublic void kill()
kill in class AbstractProcesspublic void notifyDirChange()
public void procesEnd()
public void realization()
throws AppException
AppException - Exception caused by an error in the virtual machines manager.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||