Uses of Package
org.dellroad.jct.core.simple
Packages that use org.dellroad.jct.core.simple
Package
Description
Simple console implementation for the Java Console Toolkit.
A few simple commands.
JShell commands.
-
Classes in org.dellroad.jct.core.simple used by org.dellroad.jct.core.simpleClassDescriptionA collection of
SimpleCommand
s keyed by name.Parses a command line string into a command name and parameters.Exception thrown by aCommandLineParser
when the line cannot be successfully parsed.Implemented by commands that can be configured for aSimpleExec
orSimpleShell
.Support superclass for console components that utilizeSimpleCommand
s.Represents a command line that has been parsed and the correspondingSimpleCommand
found.A simple implementation of theExec
interface using a library ofSimpleCommand
s.A simple implementation of theShell
interface based on a library ofSimpleCommand
s. -
Classes in org.dellroad.jct.core.simple used by org.dellroad.jct.core.simple.commandClassDescriptionSupport superclass for
SimpleCommand
implementations.A collection ofSimpleCommand
s keyed by name.Implemented by commands that can be configured for aSimpleExec
orSimpleShell
.CommandBundle
implementation usingTreeMap
. -
Classes in org.dellroad.jct.core.simple used by org.dellroad.jct.jshell.commandClassDescriptionSupport superclass for
SimpleCommand
implementations.A collection ofSimpleCommand
s keyed by name.Implemented by commands that can be configured for aSimpleExec
orSimpleShell
.CommandBundle
implementation usingTreeMap
.