|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShellResponse | |
---|---|
org.crsh.shell | |
org.crsh.shell.concurrent |
Uses of ShellResponse in org.crsh.shell |
---|
Subclasses of ShellResponse in org.crsh.shell | |
---|---|
static class |
ShellResponse.Cancelled
|
static class |
ShellResponse.Close
|
static class |
ShellResponse.Display
|
static class |
ShellResponse.Error
|
static class |
ShellResponse.NoCommand
|
static class |
ShellResponse.Ok
Command execution is terminated. |
static class |
ShellResponse.SyntaxError
|
static class |
ShellResponse.UnknownCommand
|
Methods in org.crsh.shell with parameters of type ShellResponse | |
---|---|
void |
ShellProcessContext.end(ShellResponse response)
This method is invoked when the process ends. |
Uses of ShellResponse in org.crsh.shell.concurrent |
---|
Methods in org.crsh.shell.concurrent that return ShellResponse | |
---|---|
ShellResponse |
SyncShellResponseContext.getResponse()
|
Methods in org.crsh.shell.concurrent with parameters of type ShellResponse | |
---|---|
void |
SyncShellResponseContext.end(ShellResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |