public class SSHInlineShellProcessContext extends Object implements ShellProcessContext
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence s) |
Appendable |
append(CharSequence csq,
int start,
int end) |
Screenable |
append(Style style) |
Screenable |
cls() |
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() |
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 Appendable append(char c) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence s) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Screenable append(Style style) throws IOException
append in interface ScreenableIOExceptionpublic Screenable cls() throws IOException
cls in interface ScreenableIOExceptionpublic void flush()
throws IOException
flush in interface ScreenContextIOExceptionpublic void end(ShellResponse response)
end in interface ShellProcessContextCopyright © 2015 eXo Platform SAS. All Rights Reserved.