Package io.permazen.cli.jshell
Class PermazenJShellShell
java.lang.Object
org.dellroad.jct.jshell.JShellShell
io.permazen.cli.jshell.PermazenJShellShell
- All Implemented Interfaces:
org.dellroad.jct.core.Shell
public class PermazenJShellShell
extends org.dellroad.jct.jshell.JShellShell
A version of the JCT
JShellShell
that is Permazen aware.
Intended to provide the shell on which the PermazenJShellCommand
is based.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.dellroad.jct.jshell.JShellShellSession
newShellSession
(org.dellroad.jct.core.ShellRequest request)
-
Constructor Details
-
PermazenJShellShell
public PermazenJShellShell()
-
-
Method Details
-
newShellSession
public org.dellroad.jct.jshell.JShellShellSession newShellSession(org.dellroad.jct.core.ShellRequest request) - Specified by:
newShellSession
in interfaceorg.dellroad.jct.core.Shell
- Overrides:
newShellSession
in classorg.dellroad.jct.jshell.JShellShell
-