Uses of Interface
com.aspectran.shell.command.Command
Packages that use Command
Package
Description
Built-in commands provided by Aspectran Shell.
A simple API for presenting, processing and validating a command line interface.
-
Uses of Command in com.aspectran.jetty.shell.command
Classes in com.aspectran.jetty.shell.command that implement CommandModifier and TypeClassDescriptionclass
Use the command 'jetty' to control the Jetty Server. -
Uses of Command in com.aspectran.shell.command
Classes in com.aspectran.shell.command that implement CommandMethods in com.aspectran.shell.command that return CommandModifier and TypeMethodDescriptionCommandRegistry.getCommand
(Class<? extends Command> commandClass) CommandRegistry.getCommand
(String commandName) ShellCommandRegistry.getCommand
(Class<? extends Command> commandClass) ShellCommandRegistry.getCommand
(String commandName) Methods in com.aspectran.shell.command that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandRegistry.getAllCommands()
ShellCommandRegistry.getAllCommands()
Method parameters in com.aspectran.shell.command with type arguments of type CommandModifier and TypeMethodDescriptionvoid
ShellCommandRegistry.addCommand
(Class<? extends Command> commandClass) CommandRegistry.getCommand
(Class<? extends Command> commandClass) ShellCommandRegistry.getCommand
(Class<? extends Command> commandClass) -
Uses of Command in com.aspectran.shell.command.builtins
Classes in com.aspectran.shell.command.builtins that implement CommandModifier and TypeClassDescriptionclass
Change the active state of an Aspect or view the list of registered Aspect.class
Clear the terminal screen.class
Displays a message on the screen.class
Display information about builtin commands.class
A command that display or delete all previously run commands.class
class
Decrypts the input string using the encryption password.class
Encrypts the input string using the encryption password.class
Releases all resources and exits this application.class
Restarts the Aspectran Shell.class
Displays current JVM runtime information.class
class
Turns on or off the mode that displays a description of the translet before it is executed. -
Uses of Command in com.aspectran.shell.command.option
Methods in com.aspectran.shell.command.option with parameters of type CommandModifier and TypeMethodDescriptionvoid
Print the help with the given Command object.void
HelpFormatter.printUsage
(Command command) Prints the usage statement for the specified command. -
Uses of Command in com.aspectran.undertow.shell.command
Classes in com.aspectran.undertow.shell.command that implement CommandModifier and TypeClassDescriptionclass
Use the command 'undertow' to control the Undertow Server.