Uses of Interface
org.jline.builtins.PosixCommandsRegistry.CommandFunction
-
Packages that use PosixCommandsRegistry.CommandFunction Package Description org.jline.builtins JLine Builtins provides a collection of utility classes and implementations for common terminal functionality. -
-
Uses of PosixCommandsRegistry.CommandFunction in org.jline.builtins
Methods in org.jline.builtins with parameters of type PosixCommandsRegistry.CommandFunction Modifier and Type Method Description voidPosixCommandsRegistry. register(java.lang.String name, PosixCommandsRegistry.CommandFunction command)Register a command with the registry.
-