org.crsh.shell.impl.command
Class PipeLine

java.lang.Object
  extended by org.crsh.shell.impl.command.PipeLine

 class PipeLine
extends Object


Nested Class Summary
private static class PipeLine.PipeProxy
           
 
Field Summary
private  ShellCommand command
          .
private  CommandInvoker invoker
          .
(package private)  String line
          .
(package private)  String name
          .
(package private)  PipeLine next
          .
(package private)  String rest
          .
 
Constructor Summary
PipeLine(String line, PipeLine next)
           
 
Method Summary
private  ShellResponse.Error build(Throwable throwable)
           
(package private)  CRaSHProcess create(CRaSHSession session, String request)
           
(package private)  PipeLine 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
.


command

private ShellCommand command
.


invoker

private CommandInvoker invoker
.


next

final PipeLine next
.

Constructor Detail

PipeLine

PipeLine(String line,
         PipeLine next)
Method Detail

getLine

public String getLine()

getLast

PipeLine getLast()

create

CRaSHProcess create(CRaSHSession session,
                    String request)
              throws NoSuchCommandException
Throws:
NoSuchCommandException

build

private ShellResponse.Error build(Throwable throwable)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.