Interface ReadlineConsole.Settings

  • Enclosing class:
    ReadlineConsole

    public static interface ReadlineConsole.Settings
    • 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