public class Builtins extends JlineCommandRegistry implements CommandRegistry
| Modifier and Type | Class and Description |
|---|---|
static class |
Builtins.Command |
CommandRegistry.CommandSession| Constructor and Description |
|---|
Builtins(Path workDir,
ConfigurationPath configPath,
Function<String,Widget> widgetCreator) |
Builtins(Set<Builtins.Command> commands,
Path workDir,
ConfigurationPath configpath,
Function<String,Widget> widgetCreator) |
Builtins(Set<Builtins.Command> commands,
Supplier<Path> workDir,
ConfigurationPath configpath,
Function<String,Widget> widgetCreator) |
Builtins(Supplier<Path> workDir,
ConfigurationPath configPath,
Function<String,Widget> widgetCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
setLineReader(LineReader reader) |
commandDescription, commandInfo, commandOptions, compileCommandDescription, compileCommandInfo, compileCommandOptions, defaultCompleter, parseOptionsalias, commandAliases, commandNames, compileCompleters, doHelpDesc, execute, getCommandMethods, hasCommand, invoke, registerCommands, registerCommands, registeredCommand, rename, saveExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaggregateCompleters, commandAliases, commandDescription, commandDescription, commandInfo, commandNames, compileCompleters, compileCompleters, execute, hasCommand, invoke, namepublic Builtins(Path workDir, ConfigurationPath configPath, Function<String,Widget> widgetCreator)
public Builtins(Set<Builtins.Command> commands, Path workDir, ConfigurationPath configpath, Function<String,Widget> widgetCreator)
public Builtins(Supplier<Path> workDir, ConfigurationPath configPath, Function<String,Widget> widgetCreator)
public Builtins(Set<Builtins.Command> commands, Supplier<Path> workDir, ConfigurationPath configpath, Function<String,Widget> widgetCreator)
public void setLineReader(LineReader reader)
Copyright © 2020. All rights reserved.