Uses of Interface
org.jline.shell.CommandGroup
Packages that use CommandGroup
Package
Description
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
-
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 exit command.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