Uses of Interface
org.jline.shell.ScriptRunner
Packages that use ScriptRunner
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of ScriptRunner in org.jline.shell
Methods in org.jline.shell with parameters of type ScriptRunnerModifier and TypeMethodDescriptionShellBuilder.scriptRunner(ScriptRunner scriptRunner) Sets the script runner for executing script files. -
Uses of ScriptRunner in org.jline.shell.impl
Classes in org.jline.shell.impl that implement ScriptRunnerModifier and TypeClassDescriptionclassDefault implementation ofScriptRunnerthat reads a script file line by line and executes each line through the dispatcher.Constructors in org.jline.shell.impl with parameters of type ScriptRunnerModifierConstructorDescriptionDefaultCommandDispatcher(Terminal terminal, JobManager jobManager, PipelineParser pipelineParser, AliasManager aliasManager, LineExpander lineExpander, ScriptRunner scriptRunner) Creates a new dispatcher with all configuration options including line expansion and script execution.DefaultCommandDispatcher(Terminal terminal, JobManager jobManager, PipelineParser pipelineParser, AliasManager aliasManager, LineExpander lineExpander, ScriptRunner scriptRunner, Parser parser) Creates a new dispatcher with all configuration options including line expansion, script execution and parser.ScriptCommands(ScriptRunner scriptRunner, CommandDispatcher dispatcher) Creates the script commands group.