Uses of Interface
org.jline.shell.AliasManager
Packages that use AliasManager
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of AliasManager in org.jline.shell
Methods in org.jline.shell with parameters of type AliasManagerModifier and TypeMethodDescriptionShellBuilder.aliasManager(AliasManager aliasManager) Sets the alias manager for the shell. -
Uses of AliasManager in org.jline.shell.impl
Classes in org.jline.shell.impl that implement AliasManagerModifier and TypeClassDescriptionclassDefault in-memory implementation ofAliasManagerwith optional file persistence.Constructors in org.jline.shell.impl with parameters of type AliasManagerModifierConstructorDescriptionAliasCommands(AliasManager aliasManager) Creates alias commands backed by the given alias manager.DefaultCommandDispatcher(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.