Uses of Interface
com.aspectran.shell.command.CommandRegistry
-
Packages that use CommandRegistry Package Description com.aspectran.shell.command com.aspectran.shell.command.builtins Built-in commands provided by Aspectran Shell. -
-
Uses of CommandRegistry in com.aspectran.shell.command
Classes in com.aspectran.shell.command that implement CommandRegistry Modifier and Type Class Description classShellCommandRegistryA registry that contains the commands known by a shell.Methods in com.aspectran.shell.command that return CommandRegistry Modifier and Type Method Description CommandRegistryAbstractCommand. getCommandRegistry()CommandRegistryCommandInterpreter. getCommandRegistry()CommandRegistryShellCommandInterpreter. 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.builtins
Constructors in com.aspectran.shell.command.builtins with parameters of type CommandRegistry Constructor Description AspectCommand(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)
-