org.crsh.lang.script
Class PipeLineFactory

java.lang.Object
  extended by org.crsh.lang.script.PipeLineFactory

public class PipeLineFactory
extends Object

A factory for a pipeline.


Field Summary
(package private)  String line
          .
(package private)  String name
          .
(package private)  PipeLineFactory next
          .
(package private)  String rest
          .
 
Constructor Summary
PipeLineFactory(String line, PipeLineFactory next)
           
 
Method Summary
 CommandInvoker<Void,Chunk> create(REPLSession session)
           
 PipeLineFactory getLast()
           
 String getLine()
           
 PipeLineFactory getNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

final String line
.


name

final String name
.


rest

final String rest
.


next

final PipeLineFactory next
.

Constructor Detail

PipeLineFactory

public PipeLineFactory(String line,
                       PipeLineFactory next)
Method Detail

getLine

public String getLine()

getNext

public PipeLineFactory getNext()

create

public CommandInvoker<Void,Chunk> create(REPLSession session)
                                  throws NoSuchCommandException
Throws:
NoSuchCommandException

getLast

public PipeLineFactory getLast()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.