Uses of Class
com.aspectran.shell.command.AbstractCommand
-
Packages that use AbstractCommand Package Description com.aspectran.jetty.shell.command com.aspectran.shell.command.builtins Built-in commands provided by Aspectran Shell.com.aspectran.undertow.shell.command -
-
Uses of AbstractCommand in com.aspectran.jetty.shell.command
Subclasses of AbstractCommand in com.aspectran.jetty.shell.command Modifier and Type Class Description class
JettyCommand
Use the command 'jetty' to control the Jetty Server. -
Uses of AbstractCommand in com.aspectran.shell.command.builtins
Subclasses of AbstractCommand in com.aspectran.shell.command.builtins Modifier and Type Class Description class
AspectCommand
Change the active state of an Aspect or view the list of registered Aspect.class
ClearCommand
Clear the terminal screen.class
EchoCommand
Displays a message on the screen.class
HelpCommand
Display information about builtin commands.class
HistoryCommand
A command that display or delete all previously run commands.class
JobCommand
class
PBDecryptCommand
Decrypts the input string using the encryption password.class
PBEncryptCommand
Encrypts the input string using the encryption password.class
QuitCommand
Releases all resources and exits this application.class
RestartCommand
Restarts the Aspectran Shell.class
SysInfoCommand
Displays current JVM runtime information.class
TransletCommand
class
VerboseCommand
Turns on or off the mode that displays a description of the translet before it is executed. -
Uses of AbstractCommand in com.aspectran.undertow.shell.command
Subclasses of AbstractCommand in com.aspectran.undertow.shell.command Modifier and Type Class Description class
UndertowCommand
Use the command 'undertow' to control the Undertow Server.
-