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
SimpleCommands keyed by name.Parses a command line string into a command name and parameters.Exception thrown by aCommandLineParserwhen the line cannot be successfully parsed.Implemented by commands that can be configured for aSimpleExecorSimpleShell.Support superclass for console components that utilizeSimpleCommands.Represents a command line that has been parsed and the correspondingSimpleCommandfound.A simple implementation of theExecinterface using a library ofSimpleCommands.A simple implementation of theShellinterface based on a library ofSimpleCommands. -
Classes in org.dellroad.jct.core.simple used by org.dellroad.jct.core.simple.commandClassDescriptionSupport superclass for
SimpleCommandimplementations.A collection ofSimpleCommands keyed by name.Implemented by commands that can be configured for aSimpleExecorSimpleShell.CommandBundleimplementation usingTreeMap. -
Classes in org.dellroad.jct.core.simple used by org.dellroad.jct.jshell.commandClassDescriptionSupport superclass for
SimpleCommandimplementations.A collection ofSimpleCommands keyed by name.Implemented by commands that can be configured for aSimpleExecorSimpleShell.CommandBundleimplementation usingTreeMap.