org.crsh.shell.impl.remoting
Class ClientMessage.Execute

java.lang.Object
  extended by org.crsh.shell.impl.remoting.ClientMessage
      extended by org.crsh.shell.impl.remoting.ClientMessage.Execute
All Implemented Interfaces:
Serializable
Enclosing class:
ClientMessage

public static class ClientMessage.Execute
extends ClientMessage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.shell.impl.remoting.ClientMessage
ClientMessage.Cancel, ClientMessage.Close, ClientMessage.Execute, ClientMessage.GetCompletion, ClientMessage.GetPrompt, ClientMessage.GetWelcome, ClientMessage.SetSize
 
Field Summary
 int height
          .
 String line
          .
 int width
          .
 
Constructor Summary
ClientMessage.Execute(int width, int height, String line)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public final int width
.


height

public final int height
.


line

public final String line
.

Constructor Detail

ClientMessage.Execute

public ClientMessage.Execute(int width,
                             int height,
                             String line)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.