Uses of Interface
org.dellroad.jct.core.simple.SimpleCommand
Packages that use SimpleCommand
Package
Description
Simple console implementation for the Java Console Toolkit.
A few simple commands.
JShell commands.
-
Uses of SimpleCommand in org.dellroad.jct.core.simple
Classes in org.dellroad.jct.core.simple that implement SimpleCommandMethods in org.dellroad.jct.core.simple that return SimpleCommandMethods in org.dellroad.jct.core.simple that return types with arguments of type SimpleCommandModifier and TypeMethodDescriptionSimpleCommandSupport.buildCommandMap()
Build a combined command map, where command names in earlier bundles hide later ones.Methods in org.dellroad.jct.core.simple with parameters of type SimpleCommandModifier and TypeMethodDescriptionprotected org.jline.reader.Candidate
SimpleShell.SimpleCompleter.toCandidate
(String name, SimpleCommand command) Constructors in org.dellroad.jct.core.simple with parameters of type SimpleCommandModifierConstructorDescriptionFoundCommand
(SimpleCommand command, String name, List<String> parameters) Constructor.Constructor parameters in org.dellroad.jct.core.simple with type arguments of type SimpleCommandModifierConstructorDescriptionTreeMapBundle
(String description, Map<String, SimpleCommand> commands) Constructor. -
Uses of SimpleCommand in org.dellroad.jct.core.simple.command
Classes in org.dellroad.jct.core.simple.command that implement SimpleCommandModifier and TypeClassDescriptionclass
A simple "date" command.class
A simple "echo" command.class
A simple "exit" (or "quit") command.class
A simple "help" command that can be used with a console component extendingSimpleCommandSupport
.class
A simple "sleep" command.class
A command that fires up subshell sessions. -
Uses of SimpleCommand in org.dellroad.jct.jshell.command
Classes in org.dellroad.jct.jshell.command that implement SimpleCommand