Class KubeShell

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

public class KubeShell extends AeshDelegatingShell
  • Constructor Details

  • Method Details

    • write

      public void write(String out, boolean paging)
      Specified by:
      write in interface org.aesh.command.shell.Shell
      Overrides:
      write in class org.aesh.readline.ShellImpl
    • writeln

      public void writeln(String out, boolean paging)
      Specified by:
      writeln in interface org.aesh.command.shell.Shell
      Overrides:
      writeln in class org.aesh.readline.ShellImpl
    • write

      public void write(int[] out)
      Specified by:
      write in interface org.aesh.command.shell.Shell
      Overrides:
      write in class org.aesh.readline.ShellImpl
    • write

      public void write(char out)
      Specified by:
      write in interface org.aesh.command.shell.Shell
      Overrides:
      write in class org.aesh.readline.ShellImpl
    • readLine

      public String readLine()
      Specified by:
      readLine in interface org.aesh.command.shell.Shell
      Overrides:
      readLine in class org.aesh.readline.ShellImpl
    • readLine

      public String readLine(org.aesh.readline.Prompt prompt)
      Specified by:
      readLine in interface org.aesh.command.shell.Shell
      Overrides:
      readLine in class org.aesh.readline.ShellImpl
    • read

      public org.aesh.readline.terminal.Key read()
      Specified by:
      read in interface org.aesh.command.shell.Shell
      Overrides:
      read in class org.aesh.readline.ShellImpl
    • read

      public org.aesh.readline.terminal.Key read(org.aesh.readline.Prompt prompt)
      Specified by:
      read in interface org.aesh.command.shell.Shell
      Overrides:
      read in class org.aesh.readline.ShellImpl
    • clear

      public void clear()
      Specified by:
      clear in interface org.aesh.command.shell.Shell
      Overrides:
      clear in class org.aesh.readline.ShellImpl