Uses of Class
org.jline.console.CommandMethods
Packages that use CommandMethods
-
Uses of CommandMethods in org.jline.console.impl
Fields in org.jline.console.impl with type parameters of type CommandMethodsModifier and TypeFieldDescriptionprivate final Map<T,
CommandMethods> AbstractCommandRegistry.EnumCmdRegistry.commandExecute
private final Map<String,
CommandMethods> AbstractCommandRegistry.NameCmdRegistry.commandExecute
private final Map<String,
CommandMethods> SystemRegistryImpl.commandExecute
Methods in org.jline.console.impl that return CommandMethodsModifier and TypeMethodDescriptionAbstractCommandRegistry.CmdRegistry.getCommandMethods
(String command) AbstractCommandRegistry.EnumCmdRegistry.getCommandMethods
(String command) AbstractCommandRegistry.getCommandMethods
(String command) AbstractCommandRegistry.NameCmdRegistry.getCommandMethods
(String command) Method parameters in org.jline.console.impl with type arguments of type CommandMethodsModifier and TypeMethodDescriptionvoid
AbstractCommandRegistry.registerCommands
(Map<String, CommandMethods> commandExecute) Constructor parameters in org.jline.console.impl with type arguments of type CommandMethods