Package org.jline.console.impl
Interface AbstractCommandRegistry.CmdRegistry
- All Known Implementing Classes:
AbstractCommandRegistry.EnumCmdRegistry,AbstractCommandRegistry.NameCmdRegistry
- Enclosing class:
AbstractCommandRegistry
private static interface AbstractCommandRegistry.CmdRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetCommandMethods(String command) booleanhasCommand(String command) <V extends Enum<V>>
void
-
Method Details
-
hasCommand
-
commandNames
-
commandAliases
-
command
-
rename
-
alias
-
compileCompleters
SystemCompleter compileCompleters() -
getCommandMethods
-