Uses of Class
com.aspectran.shell.command.CommandRegistry
-
Packages that use CommandRegistry Package Description com.aspectran.shell.command com.aspectran.shell.command.builtin com.aspectran.shell.service Contains a variant of the service interface for command-line application. -
-
Uses of CommandRegistry in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return CommandRegistry Modifier and Type Method Description CommandRegistryAbstractCommand. getCommandRegistry()Constructors in com.aspectran.shell.command with parameters of type CommandRegistry Constructor Description AbstractCommand(CommandRegistry registry) -
Uses of CommandRegistry in com.aspectran.shell.command.builtin
Constructors in com.aspectran.shell.command.builtin with parameters of type CommandRegistry Constructor Description ClearCommand(CommandRegistry registry)HelpCommand(CommandRegistry registry)JettyCommand(CommandRegistry registry)PauseCommand(CommandRegistry registry)PBDecryptCommand(CommandRegistry registry)PBEncryptCommand(CommandRegistry registry)QuitCommand(CommandRegistry registry)RestartCommand(CommandRegistry registry)ResumeCommand(CommandRegistry registry)SysInfoCommand(CommandRegistry registry)TransletCommand(CommandRegistry registry)VerboseCommand(CommandRegistry registry) -
Uses of CommandRegistry in com.aspectran.shell.service
Methods in com.aspectran.shell.service that return CommandRegistry Modifier and Type Method Description CommandRegistryAbstractShellService. getCommandRegistry()CommandRegistryShellService. getCommandRegistry()
-