org.crsh.shell.impl.command
Class PipeLineFactory

java.lang.Object
  extended by org.crsh.shell.impl.command.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(CRaSHSession session)
           
(package private)  PipeLineFactory getLast()
           
 String getLine()
           
 
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

PipeLineFactory(String line,
                PipeLineFactory next)
Method Detail

getLine

public String getLine()

create

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

getLast

PipeLineFactory getLast()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.