Uses of Interface
org.jline.shell.CommandGroup
Packages that use CommandGroup
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
Uses of CommandGroup in org.jline.builtins
Classes in org.jline.builtins that implement CommandGroupModifier and TypeClassDescriptionclassclass -
Uses of CommandGroup in org.jline.console.impl
Classes in org.jline.console.impl that implement CommandGroupModifier and TypeClassDescriptionclassAdapts an oldCommandRegistryto the newCommandGroupinterface.classMethods in org.jline.console.impl with parameters of type CommandGroupModifier and TypeMethodDescriptionConsoleDispatcherBuilder.groups(CommandGroup... groups) Adds new-style command groups (they will be adapted to CommandRegistry).Constructors in org.jline.console.impl with parameters of type CommandGroupModifierConstructorDescriptionCreates an adapter wrapping the given command group. -
Uses of CommandGroup in org.jline.shell
Methods in org.jline.shell that return types with arguments of type CommandGroupModifier and TypeMethodDescriptionCommandDispatcher.groups()Returns all registered command groups.Methods in org.jline.shell with parameters of type CommandGroupModifier and TypeMethodDescriptionvoidCommandDispatcher.addGroup(CommandGroup group) Adds a command group to this dispatcher.ShellBuilder.groups(CommandGroup... groups) Adds command groups to the dispatcher. -
Uses of CommandGroup in org.jline.shell.impl
Classes in org.jline.shell.impl that implement CommandGroupModifier and TypeClassDescriptionclassBuilt-in alias commands:aliasandunalias.classBuilt-in help command group.classBuilt-in history command group.classBuilt-in job control commands:jobs,fg, andbg.classBuilt-in option management commands:setopt,unsetopt, andsetvar.classBuilt-in commands for script execution.classDefault implementation ofCommandGroupbacked by a list of commands.classBuilt-in commands for managing session variables:set,unset, andexport.Methods in org.jline.shell.impl that return types with arguments of type CommandGroupMethods in org.jline.shell.impl with parameters of type CommandGroup