|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.impl.command.CRaSHProcessContext
class CRaSHProcessContext
| Field Summary | |
|---|---|
private ChunkAdapter |
adapter
. |
private ShellProcessContext |
processContext
. |
private CRaSHSession |
session
. |
private boolean |
useAlternateBuffer
. |
| Constructor Summary | |
|---|---|
CRaSHProcessContext(CRaSHSession session,
ShellProcessContext processContext)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
Map<String,Object> |
getAttributes()
Returns the current attributes. |
Class<Object> |
getConsumedType()
Returns the class of the element generic type. |
int |
getHeight()
Returns the screen height in chars. |
String |
getProperty(String propertyName)
Returns a generic property, usually this property is resolved by the shell client. |
Map<String,Object> |
getSession()
Returns the current session. |
int |
getWidth()
Returns the screen width in chars. |
boolean |
isPiped()
|
void |
provide(Object element)
Provide an element. |
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. |
void |
write(Chunk chunk)
Write a chunk to the screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final CRaSHSession session
private final ShellProcessContext processContext
private final ChunkAdapter adapter
private boolean useAlternateBuffer
| Constructor Detail |
|---|
CRaSHProcessContext(CRaSHSession session,
ShellProcessContext processContext)
| Method Detail |
|---|
public boolean isPiped()
isPiped in interface CommandContext<Object>
public boolean takeAlternateBuffer()
throws IOException
InteractionContextFlushable.flush() method
is invoked.
takeAlternateBuffer in interface InteractionContextIOException
public boolean releaseAlternateBuffer()
throws IOException
InteractionContextFlushable.flush() method
is invoked.
releaseAlternateBuffer in interface InteractionContextIOExceptionpublic String getProperty(String propertyName)
InteractionContext
getProperty in interface InteractionContextpropertyName - the property name
public String readLine(String msg,
boolean echo)
InteractionContext
readLine in interface InteractionContextmsg - the message to display before reading a lineecho - wether or not the line read should be echoed when typing
public int getWidth()
ScreenContext
getWidth in interface ScreenContextpublic int getHeight()
ScreenContext
getHeight in interface ScreenContextpublic Class<Object> getConsumedType()
Consumer
getConsumedType in interface Consumer<Object>
public void write(Chunk chunk)
throws IOException
ScreenContext
write in interface ScreenContextchunk - the chunk
IOException - any io exception
public void provide(Object element)
throws IOException
Consumer
provide in interface Consumer<Object>element - the provided element
IOException
public void flush()
throws IOException
flush in interface FlushableIOExceptionpublic Map<String,Object> getSession()
RuntimeContext
getSession in interface RuntimeContextpublic Map<String,Object> getAttributes()
RuntimeContext
getAttributes in interface RuntimeContext
public void close()
throws IOException
close in interface CloseableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||