Uses of Class
org.dellroad.jct.core.AbstractConsoleSession
Packages that use AbstractConsoleSession
Package
Description
Core classes for the Java Console Toolkit.
Simple console implementation for the Java Console Toolkit.
Shell
wrappers for JShell.-
Uses of AbstractConsoleSession in org.dellroad.jct.core
Subclasses of AbstractConsoleSession in org.dellroad.jct.coreModifier and TypeClassDescriptionclass
Support superclass forExecSession
implementations.class
Support superclass forShellSession
implementations. -
Uses of AbstractConsoleSession in org.dellroad.jct.core.simple
Subclasses of AbstractConsoleSession in org.dellroad.jct.core.simpleModifier and TypeClassDescriptionstatic class
DefaultExecSession
implementation used bySimpleExec
.static class
DefaultShellSession
implementation used bySimpleShell
. -
Uses of AbstractConsoleSession in org.dellroad.jct.jshell
Subclasses of AbstractConsoleSession in org.dellroad.jct.jshellModifier and TypeClassDescriptionclass
AShellSession
that builds and executes aJShell
instance.