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