public class PipeLineFactory extends Object
| 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,Object> |
create(ShellSession session) |
PipeLineFactory |
getLast() |
String |
getLine() |
PipeLineFactory |
getNext() |
public PipeLineFactory(String line, PipeLineFactory next) throws CommandException
line - the linenext - the next factoryCommandException - when the line is not correctpublic String getLine()
public PipeLineFactory getNext()
public CommandInvoker<Void,Object> create(ShellSession session) throws CommandNotFoundException, CommandException
public PipeLineFactory getLast()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.