Uses of Interface
com.aspectran.shell.command.CommandRegistry
Packages that use CommandRegistry
Package
Description
Built-in commands provided by Aspectran Shell.
-
Uses of CommandRegistry in com.aspectran.jetty.shell.command
Constructors in com.aspectran.jetty.shell.command with parameters of type CommandRegistry -
Uses of CommandRegistry in com.aspectran.shell.command
Classes in com.aspectran.shell.command that implement CommandRegistryModifier and TypeClassDescriptionclass
A registry that contains the commands known by a shell.Methods in com.aspectran.shell.command that return CommandRegistryModifier and TypeMethodDescriptionAbstractCommand.getCommandRegistry()
ConsoleCommander.getCommandRegistry()
DefaultConsoleCommander.getCommandRegistry()
Constructors in com.aspectran.shell.command with parameters of type CommandRegistry -
Uses of CommandRegistry in com.aspectran.shell.command.builtins
Constructors in com.aspectran.shell.command.builtins with parameters of type CommandRegistryModifierConstructorDescriptionAspectCommand
(CommandRegistry registry) ClearCommand
(CommandRegistry registry) EchoCommand
(CommandRegistry registry) HelpCommand
(CommandRegistry registry) HistoryCommand
(CommandRegistry registry) JobCommand
(CommandRegistry registry) PBDecryptCommand
(CommandRegistry registry) PBEncryptCommand
(CommandRegistry registry) QuitCommand
(CommandRegistry registry) RestartCommand
(CommandRegistry registry) SysInfoCommand
(CommandRegistry registry) TransletCommand
(CommandRegistry registry) VerboseCommand
(CommandRegistry registry) -
Uses of CommandRegistry in com.aspectran.undertow.shell.command
Constructors in com.aspectran.undertow.shell.command with parameters of type CommandRegistry