public class PipeLineFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
line
.
|
(package private) String |
name
.
|
(package private) PipeLineFactory |
next
.
|
private static Pattern |
p
.
|
(package private) String |
rest
.
|
| Constructor and Description |
|---|
PipeLineFactory(String line,
PipeLineFactory next)
Create a pipeline factory for the specified line and next factory
|
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<Void,Chunk> |
create(ReplSession session) |
PipeLineFactory |
getLast() |
String |
getLine() |
PipeLineFactory |
getNext() |
final PipeLineFactory next
public PipeLineFactory(String line, PipeLineFactory next) throws SyntaxException
line - the linenext - the next factorySyntaxException - when the line is not correctpublic PipeLineFactory getNext()
public CommandInvoker<Void,Chunk> create(ReplSession session) throws CommandCreationException
CommandCreationExceptionpublic PipeLineFactory getLast()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.