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.
Demonstration commands 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
ConsoleSessionimplementations.Represents a request to create a newConsoleSessionof 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 newExecSessionto execute a command.AConsoleSessionassociated 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 newShellSessionfor executing commands interactively.AConsoleSessionassociated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.core.simpleClassDescriptionSupport superclass for
ConsoleSessionimplementations.Support superclass forExecSessionimplementations.Support superclass forShellSessionimplementations.Represents a request to create a newConsoleSessionof 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 newExecSessionto execute a command.AConsoleSessionassociated 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 newShellSessionfor executing commands interactively.AConsoleSessionassociated 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
ShellSessionfor executing commands interactively.AConsoleSessionassociated 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.demo.command
-
Classes in org.dellroad.jct.core used by org.dellroad.jct.jshellClassDescriptionSupport superclass for
ConsoleSessionimplementations.Support superclass forShellSessionimplementations.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 newShellSessionfor executing commands interactively.AConsoleSessionassociated 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
ConsoleSessionassociated with the direct execution of a single command.A console component that is capable of interacting with a human via a terminal.AConsoleSessionassociated with an interactive shell. -
Classes in org.dellroad.jct.core used by org.dellroad.jct.ssh.simple