Class CommandRegistry.CommandSession

java.lang.Object
org.jline.console.CommandRegistry.CommandSession
Enclosing interface:
CommandRegistry

public static class CommandRegistry.CommandSession extends Object
Class representing a command execution session.

A CommandSession encapsulates the terminal and I/O streams used for command execution. It provides access to the terminal, input stream, output stream, and error stream for the command being executed.