org.crsh.lang.impl.script
Class PipeLineFactory
java.lang.Object
org.crsh.lang.impl.script.PipeLineFactory
public class PipeLineFactory
- extends Object
A factory for a pipeline.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipeLineFactory
public PipeLineFactory(String line,
PipeLineFactory next)
throws CommandException
- Create a pipeline factory for the specified line and next factory
- Parameters:
line - the linenext - the next factory
- Throws:
CommandException - when the line is not correct
getLine
public String getLine()
getNext
public PipeLineFactory getNext()
create
public CommandInvoker<Void,Object> create(ShellSession session)
throws CommandNotFoundException,
CommandException
- Throws:
CommandNotFoundException
CommandException
getLast
public PipeLineFactory getLast()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.