Uses of Package
org.dellroad.jct.core
Packages that use org.dellroad.jct.core
Package
Description
Core classes for the Java Console Toolkit.
Simple console implementation for the Java Console Toolkit.
A few simple commands.
Utility classes for the Java Console Toolkit.
Shell
wrappers for JShell.Classes for connecting an SSH server to the Java Console Toolkit.
A simple SSH server for the Java Console Toolkit.
-
Classes in org.dellroad.jct.core used by org.dellroad.jct.coreClassDescriptionSupport superclass for
ConsoleSession
implementations.Represents a request to create a newConsoleSession
of some kind.A session associated with a console component.A console component that is capable of executing individual commands.Represents a request to create a newExecSession
to execute a command.AConsoleSession
associated with the direct execution of a single command.A console component that is capable of interacting with a human via a terminal.Represents a request to create a newShellSession
for executing commands interactively.AConsoleSession
associated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.core.simpleClassDescriptionSupport superclass for
ConsoleSession
implementations.Support superclass forExecSession
implementations.Support superclass forShellSession
implementations.Represents a request to create a newConsoleSession
of some kind.A session associated with a console component.A console component that is capable of executing individual commands.Represents a request to create a newExecSession
to execute a command.AConsoleSession
associated with the direct execution of a single command.A console component that is capable of interacting with a human via a terminal.Represents a request to create a newShellSession
for executing commands interactively.AConsoleSession
associated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.core.simple.commandClassDescriptionA session associated with a console component.A console component that is capable of interacting with a human via a terminal.Represents a request to create a new
ShellSession
for executing commands interactively.AConsoleSession
associated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.core.util
-
Classes in org.dellroad.jct.core used by org.dellroad.jct.jshellClassDescriptionSupport superclass for
ConsoleSession
implementations.Support superclass forShellSession
implementations.A session associated with a console component.A console component that is capable of interacting with a human via a terminal.Represents a request to create a newShellSession
for executing commands interactively.AConsoleSession
associated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.sshClassDescriptionA session associated with a console component.A console component that is capable of executing individual commands.A
ConsoleSession
associated with the direct execution of a single command.A console component that is capable of interacting with a human via a terminal.AConsoleSession
associated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.ssh.simple