Uses of Interface
org.jline.builtins.PosixCommands.CommandExecutor
-
-
Uses of PosixCommands.CommandExecutor in org.jline.builtins
Methods in org.jline.builtins with parameters of type PosixCommands.CommandExecutor Modifier and Type Method Description static voidPosixCommands. watch(PosixCommands.Context context, java.lang.String[] argv, PosixCommands.CommandExecutor executor)Watch command with command executor - execute a command repeatedly and display output.
-