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 TypeMethodDescriptionvoid
getCommandMethods
(String command) boolean
hasCommand
(String command) <V extends Enum<V>>
void
-
Method Details
-
hasCommand
-
commandNames
-
commandAliases
-
command
-
rename
-
alias
-
compileCompleters
SystemCompleter compileCompleters() -
getCommandMethods
-