|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.impl.command.PipeLineFactory
public class PipeLineFactory
A factory for a pipeline.
| Field Summary | |
|---|---|
(package private) String |
line
. |
(package private) String |
name
. |
(package private) PipeLineFactory |
next
. |
(package private) String |
rest
. |
| Constructor Summary | |
|---|---|
PipeLineFactory(String line,
PipeLineFactory next)
|
|
| Method Summary | |
|---|---|
CommandInvoker<Void,Chunk> |
create(CRaSHSession session)
|
(package private) PipeLineFactory |
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
final PipeLineFactory next
| Constructor Detail |
|---|
PipeLineFactory(String line,
PipeLineFactory next)
| Method Detail |
|---|
public String getLine()
public CommandInvoker<Void,Chunk> create(CRaSHSession session)
throws NoSuchCommandException
NoSuchCommandExceptionPipeLineFactory getLast()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||