- java.lang.Object
-
- org.jline.console.CommandMethods
-
public class CommandMethods extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandMethods(Consumer<CommandInput> execute, Function<String,List<Completer>> compileCompleter)
CommandMethods(Function<CommandInput,?> execute, Function<String,List<Completer>> compileCompleter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<String,List<Completer>>
compileCompleter()
Function<CommandInput,?>
execute()
-