|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShellProcessContext | |
|---|---|
| org.crsh | |
| org.crsh.shell | |
| org.crsh.shell.concurrent | |
| org.crsh.shell.impl | |
| Uses of ShellProcessContext in org.crsh |
|---|
| Classes in org.crsh that implement ShellProcessContext | |
|---|---|
private class |
Processor.ShellInvoker
|
| Uses of ShellProcessContext in org.crsh.shell |
|---|
| Methods in org.crsh.shell with parameters of type ShellProcessContext | |
|---|---|
void |
ShellProcess.execute(ShellProcessContext processContext)
Begin the process. |
| Uses of ShellProcessContext in org.crsh.shell.concurrent |
|---|
| Classes in org.crsh.shell.concurrent that implement ShellProcessContext | |
|---|---|
private class |
AsyncShell.Process
|
class |
SyncShellResponseContext
|
| Fields in org.crsh.shell.concurrent declared as ShellProcessContext | |
|---|---|
private ShellProcessContext |
AsyncShell.Process.caller
. |
private ShellProcessContext |
SyncShellResponseContext.wrapped
. |
| Methods in org.crsh.shell.concurrent with parameters of type ShellProcessContext | |
|---|---|
void |
AsyncShell.Process.execute(ShellProcessContext processContext)
|
| Constructors in org.crsh.shell.concurrent with parameters of type ShellProcessContext | |
|---|---|
SyncShellResponseContext(ShellProcessContext wrapped)
|
|
| Uses of ShellProcessContext in org.crsh.shell.impl |
|---|
| Fields in org.crsh.shell.impl declared as ShellProcessContext | |
|---|---|
private ShellProcessContext |
InvocationContextImpl.processContext
. |
| Methods in org.crsh.shell.impl with parameters of type ShellProcessContext | |
|---|---|
void |
CRaSHProcess.execute(ShellProcessContext processContext)
|
private ShellResponse |
AST.Expr.ShellProcessImpl.execute(ShellProcessContext context,
AST.Expr expr,
ArrayList consumed)
|
(package private) ShellResponse |
AST.Expr.ShellProcessImpl.invoke(ShellProcessContext context)
|
(package private) abstract ShellResponse |
CRaSHProcess.invoke(ShellProcessContext context)
|
(package private) ShellResponse |
CRaSHProcessFactory.SimpleProcess.invoke(ShellProcessContext context)
|
| Constructors in org.crsh.shell.impl with parameters of type ShellProcessContext | |
|---|---|
InvocationContextImpl(ShellProcessContext processContext,
Iterable<C> consumedItems,
Map<String,Object> attributes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||