Class PermazenJShellCommand

java.lang.Object
org.dellroad.jct.core.simple.AbstractSimpleCommand
org.dellroad.jct.core.simple.command.SubshellCommand
org.dellroad.jct.jshell.command.JShellCommand
io.permazen.cli.jshell.PermazenJShellCommand
All Implemented Interfaces:
org.dellroad.jct.core.simple.SimpleCommand

public class PermazenJShellCommand extends org.dellroad.jct.jshell.command.JShellCommand
A version of the JCT JShellCommand that is Permazen aware.
  • Constructor Details

    • PermazenJShellCommand

      public PermazenJShellCommand()
      Constructor.
    • PermazenJShellCommand

      public PermazenJShellCommand(PermazenJShellShell shell)
      Constructor.
      Parameters:
      shell - command shell
  • Method Details