Package jline

Class UnsupportedTerminal

    • Method Detail

      • initializeTerminal

        public void initializeTerminal()
        Description copied from class: Terminal
        Initialize any system settings that are required for the console to be able to handle input correctly, such as setting tabtop, buffered input, and character echo.
        Specified by:
        initializeTerminal in class Terminal
      • getEcho

        public boolean getEcho()
        Description copied from class: Terminal
        Returns true if the terminal will echo all characters type.
        Specified by:
        getEcho in class Terminal
      • enableEcho

        public void enableEcho()
        Description copied from class: Terminal
        Enable character echoing. This can be used to re-enable character if the ConsoleReader is no longer being used.
        Specified by:
        enableEcho in class Terminal
      • disableEcho

        public void disableEcho()
        Description copied from class: Terminal
        Disable character echoing. This can be used to manually re-enable character if the ConsoleReader has been disabled.
        Specified by:
        disableEcho in class Terminal
      • isSupported

        public boolean isSupported()
        Description copied from class: Terminal
        Returns true if this terminal is capable of initializing the terminal to use jline.
        Specified by:
        isSupported in class Terminal