public interface InteractionContext extends ScreenContext
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String propertyName)
Returns a generic property, usually this property is resolved by the
shell client.
|
String |
readLine(String msg,
boolean echo)
Display a message and read a line on the console.
|
boolean |
releaseAlternateBuffer()
Release control of the alternate buffer.
|
boolean |
takeAlternateBuffer()
Take control of the alternate buffer.
|
getHeight, getWidth, writeboolean takeAlternateBuffer() throws IOException
Flushable.flush() method
is invoked.IOExceptionboolean releaseAlternateBuffer() throws IOException
Flushable.flush() method
is invoked.IOExceptionString getProperty(String propertyName)
propertyName - the property nameCopyright © 2013 eXo Platform SAS. All Rights Reserved.