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