org.crsh.lang.spi
Class ReplResponse.Invoke

java.lang.Object
  extended by org.crsh.lang.spi.ReplResponse
      extended by org.crsh.lang.spi.ReplResponse.Invoke
Enclosing class:
ReplResponse

public static class ReplResponse.Invoke
extends ReplResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.lang.spi.ReplResponse
ReplResponse.Invoke, ReplResponse.Response
 
Field Summary
 CommandInvoker<Void,?> invoker
          .
 
Constructor Summary
ReplResponse.Invoke(CommandInvoker<Void,?> invoker)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invoker

public final CommandInvoker<Void,?> invoker
.

Constructor Detail

ReplResponse.Invoke

public ReplResponse.Invoke(CommandInvoker<Void,?> invoker)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.