Uses of Class
org.jline.shell.impl.PipelineParser
Packages that use PipelineParser
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of PipelineParser in org.jline.shell
Methods in org.jline.shell with parameters of type PipelineParserModifier and TypeMethodDescriptionShellBuilder.pipelineParser(PipelineParser pipelineParser) Sets a custom pipeline parser for the shell. -
Uses of PipelineParser in org.jline.shell.impl
Constructors in org.jline.shell.impl with parameters of type PipelineParserModifierConstructorDescriptionDefaultCommandDispatcher(Terminal terminal, JobManager jobManager, PipelineParser pipelineParser, AliasManager aliasManager) Creates a new dispatcher with all configuration options.DefaultCommandDispatcher(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.