public class SSHInlineShellProcessContext extends Object implements ShellProcessContext
| Modifier and Type | Method and Description |
|---|---|
void |
end(ShellResponse response) |
SSHInlineShellProcessContext |
execute() |
void |
flush() |
int |
getHeight() |
String |
getProperty(String name) |
int |
getWidth() |
String |
readLine(String msg,
boolean echo) |
boolean |
releaseAlternateBuffer() |
boolean |
takeAlternateBuffer() |
void |
write(Chunk element) |
public SSHInlineShellProcessContext execute()
public boolean takeAlternateBuffer()
takeAlternateBuffer in interface InteractionContextpublic boolean releaseAlternateBuffer()
releaseAlternateBuffer in interface InteractionContextpublic int getWidth()
getWidth in interface ScreenContextpublic int getHeight()
getHeight in interface ScreenContextpublic String getProperty(String name)
getProperty in interface InteractionContextpublic String readLine(String msg, boolean echo)
readLine in interface InteractionContextpublic void write(Chunk element) throws IOException
write in interface ScreenContextIOExceptionpublic void flush()
throws IOException
flush in interface FlushableIOExceptionpublic void end(ShellResponse response)
end in interface ShellProcessContextCopyright © 2014 eXo Platform SAS. All Rights Reserved.