Uses of Interface
org.jline.builtins.PosixCommandsRegistry.CommandFunction
Packages that use PosixCommandsRegistry.CommandFunction
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
-
Uses of PosixCommandsRegistry.CommandFunction in org.jline.builtins
Fields in org.jline.builtins with type parameters of type PosixCommandsRegistry.CommandFunctionModifier and TypeFieldDescriptionprivate final Map<String, PosixCommandsRegistry.CommandFunction> PosixCommandsRegistry.commandsMethods in org.jline.builtins with parameters of type PosixCommandsRegistry.CommandFunctionModifier and TypeMethodDescriptionvoidPosixCommandsRegistry.register(String name, PosixCommandsRegistry.CommandFunction command) Register a command with the registry.Method parameters in org.jline.builtins with type arguments of type PosixCommandsRegistry.CommandFunctionModifier and TypeMethodDescriptionprivate static voidPosixCommandsRegistry.populateDefaultCommands(Map<String, PosixCommandsRegistry.CommandFunction> commands) Populate the commands map with default POSIX commands.