| Package | Description |
|---|---|
| org.jline.console |
| Modifier and Type | Method | Description |
|---|---|---|
Consumer<CommandInput> |
CommandMethods.execute() |
|
Function<CommandInput,Object> |
CommandMethods.executeFunction() |
| Constructor | Description |
|---|---|
CommandMethods(Consumer<CommandInput> execute,
Function<String,List<Completer>> compileCompleter) |
|
CommandMethods(Function<CommandInput,Object> execute,
Function<String,List<Completer>> compileCompleter) |
Copyright © 2020. All rights reserved.