Package org.jline.console.impl
Class AbstractCommandRegistry.NameCmdRegistry
java.lang.Object
org.jline.console.impl.AbstractCommandRegistry.NameCmdRegistry
- All Implemented Interfaces:
AbstractCommandRegistry.CmdRegistry
- Enclosing class:
AbstractCommandRegistry
private static class AbstractCommandRegistry.NameCmdRegistry
extends Object
implements AbstractCommandRegistry.CmdRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getCommandMethods
(String command) boolean
hasCommand
(String name) <V extends Enum<V>>
void
-
Field Details
-
commandExecute
-
aliasCommand
-
-
Constructor Details
-
NameCmdRegistry
-
-
Method Details
-
commandNames
- Specified by:
commandNames
in interfaceAbstractCommandRegistry.CmdRegistry
-
commandAliases
- Specified by:
commandAliases
in interfaceAbstractCommandRegistry.CmdRegistry
-
rename
- Specified by:
rename
in interfaceAbstractCommandRegistry.CmdRegistry
-
alias
- Specified by:
alias
in interfaceAbstractCommandRegistry.CmdRegistry
-
hasCommand
- Specified by:
hasCommand
in interfaceAbstractCommandRegistry.CmdRegistry
-
compileCompleters
- Specified by:
compileCompleters
in interfaceAbstractCommandRegistry.CmdRegistry
-
command
- Specified by:
command
in interfaceAbstractCommandRegistry.CmdRegistry
-
getCommandMethods
- Specified by:
getCommandMethods
in interfaceAbstractCommandRegistry.CmdRegistry
-