Uses of Interface
org.dellroad.jct.core.ExecRequest
Packages that use ExecRequest
Package
Description
Core classes for the Java Console Toolkit.
Simple console implementation for the Java Console Toolkit.
-
Uses of ExecRequest in org.dellroad.jct.core
Methods in org.dellroad.jct.core with parameters of type ExecRequestModifier and TypeMethodDescriptionExec.newExecSession
(ExecRequest request) Create a new non-interactive console session in which to execute a single command.Constructors in org.dellroad.jct.core with parameters of type ExecRequestModifierConstructorDescriptionprotected
AbstractExecSession
(Exec owner, ExecRequest request) Constructor. -
Uses of ExecRequest in org.dellroad.jct.core.simple
Classes in org.dellroad.jct.core.simple that implement ExecRequestModifier and TypeClassDescriptionclass
Straightforward implementation of theExecRequest
interface.Methods in org.dellroad.jct.core.simple with parameters of type ExecRequestModifier and TypeMethodDescriptionSimpleCommandSupport.findCommand
(PrintStream errout, ExecRequest request) Find the command in the bundle corresponding to the given request.SimpleExec.newExecSession
(ExecRequest request) SimpleExec.newExecSession
(ExecRequest request, SimpleCommandSupport.FoundCommand command) Alternate ssession creator for when the command line is already parsed and a command is already identified.Constructors in org.dellroad.jct.core.simple with parameters of type ExecRequestModifierConstructorDescriptionSession
(SimpleExec exec, ExecRequest request, SimpleCommandSupport.FoundCommand command) Constructor.