Package org.jboss.as.cli.impl
Interface ReadlineConsole.Settings
-
- Enclosing class:
- ReadlineConsole
public static interface ReadlineConsole.Settings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetHistoryFile()intgetHistorySize()InputStreamgetInStream()RunnablegetInterrupt()OutputStreamgetOutStream()org.aesh.readline.util.FileAccessPermissiongetPermission()booleanisDisableHistory()booleanisOutputPaging()booleanisOutputRedefined()
-
-
-
Method Detail
-
getInStream
InputStream getInStream()
- Returns:
- the inStream
-
getOutStream
OutputStream getOutStream()
- Returns:
- the outStream
-
isDisableHistory
boolean isDisableHistory()
- Returns:
- the disableHistory
-
isOutputRedefined
boolean isOutputRedefined()
- Returns:
- the outputRedefined
-
getHistoryFile
File getHistoryFile()
- Returns:
- the historyFile
-
getHistorySize
int getHistorySize()
- Returns:
- the historySize
-
getPermission
org.aesh.readline.util.FileAccessPermission getPermission()
- Returns:
- the permission
-
getInterrupt
Runnable getInterrupt()
- Returns:
- the interrupt
-
isOutputPaging
boolean isOutputPaging()
- Returns:
- the outputPaging
-
-