Uses of Interface
org.jline.builtins.PosixCommands.CommandExecutor
Packages that use PosixCommands.CommandExecutor
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
-
Uses of PosixCommands.CommandExecutor in org.jline.builtins
Methods in org.jline.builtins with parameters of type PosixCommands.CommandExecutorModifier and TypeMethodDescriptionstatic voidPosixCommands.watch(PosixCommands.Context context, String[] argv, PosixCommands.CommandExecutor executor) Watch command with command executor - execute a command repeatedly and display output.