Uses of Interface
org.dellroad.jct.core.Shell
Packages that use Shell
Package
Description
Core classes for the Java Console Toolkit.
Simple console implementation for the Java Console Toolkit.
A few simple commands.
Shell
wrappers for JShell.Classes for connecting an SSH server to the Java Console Toolkit.
A simple SSH server for the Java Console Toolkit.
-
Uses of Shell in org.dellroad.jct.core
Constructors in org.dellroad.jct.core with parameters of type ShellModifierConstructorDescriptionprotected
AbstractShellSession
(Shell owner, ShellRequest request) Constructor.protected
AbstractShellSession
(Shell owner, ShellRequest request, InputStream in, PrintStream out) Constructor. -
Uses of Shell in org.dellroad.jct.core.simple
Classes in org.dellroad.jct.core.simple that implement ShellModifier and TypeClassDescriptionclass
A simple implementation of theShell
interface based on a library ofSimpleCommand
s. -
Uses of Shell in org.dellroad.jct.core.simple.command
Fields in org.dellroad.jct.core.simple.command declared as ShellConstructors in org.dellroad.jct.core.simple.command with parameters of type ShellModifierConstructorDescriptionSubshellCommand
(Shell shell, String usage, String summary, String detail) Constructor. -
Uses of Shell in org.dellroad.jct.jshell
Classes in org.dellroad.jct.jshell that implement Shell -
Uses of Shell in org.dellroad.jct.ssh
Fields in org.dellroad.jct.ssh declared as ShellConstructors in org.dellroad.jct.ssh with parameters of type ShellModifierConstructorDescriptionJctShellCommand
(Shell shell, org.apache.sshd.server.channel.ChannelSession channel) JctShellFactory
(Shell shell) Constructor. -
Uses of Shell in org.dellroad.jct.ssh.simple
Fields in org.dellroad.jct.ssh.simple declared as ShellMethods in org.dellroad.jct.ssh.simple with parameters of type ShellModifier and TypeMethodDescriptionConfigure theShell
that successful incoming shell connections should connect to.