public class PipeLineFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
line
.
|
(package private) String |
name
.
|
(package private) PipeLineFactory |
next
.
|
(package private) String |
rest
.
|
| Constructor and Description |
|---|
PipeLineFactory(String line,
PipeLineFactory next) |
| 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)
public PipeLineFactory getNext()
public CommandInvoker<Void,Chunk> create(REPLSession session) throws CommandCreationException
CommandCreationExceptionpublic PipeLineFactory getLast()
Copyright © 2013 eXo Platform SAS. All Rights Reserved.