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(com.io7m.repetoir.core.RPServiceDirectoryType inServices, org.jline.terminal.Terminal inTerminal, PrintWriter inWriter, Map<String,IdAShellCmdType> inCommandsNamed, org.jline.reader.LineReader inReader)
      The basic shell.
      Parameters:
      inServices - The service directory
      inTerminal - The terminal
      inWriter - The writer
      inCommandsNamed - The named commands
      inReader - The line reader
  • Method Details