public abstract class AeshFileDisplayer extends Object implements Command
| Constructor and Description |
|---|
AeshFileDisplayer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterAttach() |
protected void |
afterDetach() |
void |
clearBottomLine() |
abstract void |
displayBottom() |
protected CommandInvocation |
getCommandInvocation() |
abstract FileParser |
getFileParser() |
TerminalPage.Search |
getSearchStatus() |
String |
getSearchWord() |
protected Shell |
getShell() |
int |
getTopVisibleRow() |
boolean |
isAtBottom() |
boolean |
isAtTop() |
void |
processInput() |
void |
processOperation(CommandOperation operation) |
protected void |
setCommandInvocation(CommandInvocation commandInvocation) |
protected void |
setControlOperator(ControlOperator operator) |
void |
writeToConsole(String word) |
protected void setCommandInvocation(CommandInvocation commandInvocation)
protected CommandInvocation getCommandInvocation()
protected void setControlOperator(ControlOperator operator)
protected Shell getShell()
protected void afterAttach()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected void afterDetach()
throws IOException
IOExceptionpublic void processInput()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void processOperation(CommandOperation operation) throws IOException
IOExceptionpublic abstract FileParser getFileParser()
public abstract void displayBottom()
throws IOException
IOExceptionpublic void writeToConsole(String word) throws IOException
IOExceptionpublic void clearBottomLine()
throws IOException
IOExceptionpublic boolean isAtBottom()
public boolean isAtTop()
public TerminalPage.Search getSearchStatus()
public String getSearchWord()
public int getTopVisibleRow()
Copyright © 2024 JBoss by Red Hat. All rights reserved.