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.commandExecuteprivate final Map<String, CommandMethods> AbstractCommandRegistry.NameCmdRegistry.commandExecuteprivate final Map<String, CommandMethods> SystemRegistryImpl.commandExecuteMethods 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 TypeMethodDescriptionvoidAbstractCommandRegistry.registerCommands(Map<String, CommandMethods> commandExecute) Constructor parameters in org.jline.console.impl with type arguments of type CommandMethods