|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.impl.command.PipeLine
class PipeLine
| Nested Class Summary | |
|---|---|
private static class |
PipeLine.PipeProxy
|
| Field Summary | |
|---|---|
private ShellCommand |
command
. |
private CommandInvoker |
invoker
. |
(package private) String |
line
. |
(package private) String |
name
. |
(package private) PipeLine |
next
. |
(package private) String |
rest
. |
| Constructor Summary | |
|---|---|
PipeLine(String line,
PipeLine next)
|
|
| Method Summary | |
|---|---|
private ShellResponse.Error |
build(Throwable throwable)
|
(package private) CRaSHProcess |
create(CRaSHSession session,
String request)
|
(package private) PipeLine |
getLast()
|
String |
getLine()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final String line
final String name
final String rest
private ShellCommand command
private CommandInvoker invoker
final PipeLine next
| Constructor Detail |
|---|
PipeLine(String line,
PipeLine next)
| Method Detail |
|---|
public String getLine()
PipeLine getLast()
CRaSHProcess create(CRaSHSession session,
String request)
throws NoSuchCommandException
NoSuchCommandExceptionprivate ShellResponse.Error build(Throwable throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||