|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.lang.script.PipeLineFactory
public class PipeLineFactory
A factory for a pipeline.
| Field Summary | |
|---|---|
(package private) String |
line
. |
(package private) String |
name
. |
(package private) PipeLineFactory |
next
. |
private static Pattern |
p
. |
(package private) String |
rest
. |
| Constructor Summary | |
|---|---|
PipeLineFactory(String line,
PipeLineFactory next)
Create a pipeline factory for the specified line and next factory |
|
| Method Summary | |
|---|---|
CommandInvoker<Void,Chunk> |
create(ReplSession session)
|
PipeLineFactory |
getLast()
|
String |
getLine()
|
PipeLineFactory |
getNext()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Pattern p
final String line
final String name
final String rest
final PipeLineFactory next
| Constructor Detail |
|---|
public PipeLineFactory(String line,
PipeLineFactory next)
throws SyntaxException
line - the linenext - the next factory
SyntaxException - when the line is not correct| Method Detail |
|---|
public String getLine()
public PipeLineFactory getNext()
public CommandInvoker<Void,Chunk> create(ReplSession session)
throws CommandCreationException
CommandCreationExceptionpublic PipeLineFactory getLast()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||