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