|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crsh.lang.impl.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,Object> |
create(ShellSession 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 CommandException
line
- the linenext
- the next factory
CommandException
- when the line is not correctMethod Detail |
---|
public String getLine()
public PipeLineFactory getNext()
public CommandInvoker<Void,Object> create(ShellSession session) throws CommandNotFoundException, CommandException
CommandNotFoundException
CommandException
public PipeLineFactory getLast()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |