Uses of Class
org.jline.console.CommandMethods
-
Packages that use CommandMethods Package Description org.jline.console.impl -
-
Uses of CommandMethods in org.jline.console.impl
Fields in org.jline.console.impl with type parameters of type CommandMethods Modifier and Type Field Description private java.util.Map<T,CommandMethods>
AbstractCommandRegistry.EnumCmdRegistry. commandExecute
private java.util.Map<java.lang.String,CommandMethods>
AbstractCommandRegistry.NameCmdRegistry. commandExecute
private java.util.Map<java.lang.String,CommandMethods>
SystemRegistryImpl. commandExecute
Methods in org.jline.console.impl that return CommandMethods Modifier and Type Method Description CommandMethods
AbstractCommandRegistry.CmdRegistry. getCommandMethods(java.lang.String command)
CommandMethods
AbstractCommandRegistry.EnumCmdRegistry. getCommandMethods(java.lang.String command)
CommandMethods
AbstractCommandRegistry. getCommandMethods(java.lang.String command)
CommandMethods
AbstractCommandRegistry.NameCmdRegistry. getCommandMethods(java.lang.String command)
Method parameters in org.jline.console.impl with type arguments of type CommandMethods Modifier and Type Method Description void
AbstractCommandRegistry. registerCommands(java.util.Map<java.lang.String,CommandMethods> commandExecute)
Constructor parameters in org.jline.console.impl with type arguments of type CommandMethods Constructor Description NameCmdRegistry(java.util.Map<java.lang.String,CommandMethods> commandExecute)
-