public abstract class JlineCommandRegistry extends AbstractCommandRegistry
| Constructor and Description |
|---|
JlineCommandRegistry() |
| Modifier and Type | Method and Description |
|---|---|
CmdDesc |
commandDescription(String command) |
List<String> |
commandInfo(String command) |
List<Completers.OptDesc> |
commandOptions(String command) |
protected static CmdDesc |
compileCommandDescription(String helpMessage) |
protected static List<String> |
compileCommandInfo(String helpMessage) |
protected static List<Completers.OptDesc> |
compileCommandOptions(String helpMessage) |
List<Completer> |
defaultCompleter(String command) |
Options |
parseOptions(String[] usage,
Object[] args) |
alias, commandAliases, commandNames, compileCompleters, doHelpDesc, execute, getCommandMethods, hasCommand, invoke, registerCommands, registerCommands, registeredCommand, rename, saveExceptionpublic List<Completers.OptDesc> commandOptions(String command)
public Options parseOptions(String[] usage, Object[] args) throws Options.HelpException
Options.HelpExceptionprotected static List<Completers.OptDesc> compileCommandOptions(String helpMessage)
Copyright © 2020. All rights reserved.