Class IdAShell

java.lang.Object
com.io7m.idstore.shell.admin.internal.IdAShell
All Implemented Interfaces:
IdAShellType, AutoCloseable

public final class IdAShell extends Object implements IdAShellType
The basic shell.
  • Constructor Details

    • IdAShell

      public IdAShell(IdAClientSynchronousType inClient, IdAShellOptions inOptions, org.jline.terminal.Terminal inTerminal, PrintWriter inWriter, Map<String,IdAShellCmdType> inCommandsNamed, org.jline.reader.LineReader inReader)
      The basic shell.
      Parameters:
      inClient - The client
      inOptions - The shell options
      inCommandsNamed - The named commands
      inReader - The line reader
      inTerminal - The terminal
      inWriter - The writer
  • Method Details