Class AeshDelegatingShell

java.lang.Object
org.aesh.readline.ShellImpl
org.infinispan.cli.impl.AeshDelegatingShell
All Implemented Interfaces:
org.aesh.command.shell.Shell
Direct Known Subclasses:
CliShell, KubeShell

public class AeshDelegatingShell extends org.aesh.readline.ShellImpl
Since:
11.0
Author:
Tristan Tarrant <tristan@infinispan.org>
  • Constructor Summary

    Constructors
    Constructor
    Description
    AeshDelegatingShell(org.aesh.terminal.Connection connection)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aesh.terminal.Connection
     

    Methods inherited from class org.aesh.readline.ShellImpl

    clear, enableAlternateBuffer, enableMainBuffer, read, read, read, readLine, readLine, size, write, write, write, writeln

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.aesh.command.shell.Shell

    readLine, write, writeln
  • Constructor Details

    • AeshDelegatingShell

      public AeshDelegatingShell(org.aesh.terminal.Connection connection)
  • Method Details

    • getConnection

      public org.aesh.terminal.Connection getConnection()