Uses of Interface
com.aspectran.shell.command.Command
-
Packages that use Command Package Description com.aspectran.shell.command com.aspectran.shell.command.builtin -
-
Uses of Command in com.aspectran.shell.command
Classes in com.aspectran.shell.command that implement Command Modifier and Type Class Description classAbstractCommandMethods in com.aspectran.shell.command that return Command Modifier and Type Method Description CommandCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass)CommandCommandRegistry. getCommand(java.lang.String commandName)Methods in com.aspectran.shell.command that return types with arguments of type Command Modifier and Type Method Description java.util.Collection<Command>CommandRegistry. getAllCommands()Method parameters in com.aspectran.shell.command with type arguments of type Command Modifier and Type Method Description voidCommandRegistry. addCommand(java.lang.Class<? extends Command> commandClass)CommandCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass) -
Uses of Command in com.aspectran.shell.command.builtin
Classes in com.aspectran.shell.command.builtin that implement Command Modifier and Type Class Description classClearCommandClear the terminal screen.classHelpCommandDisplay information about builtin commands.classJettyCommandUse the command 'jetty' to control the Jetty Server.classPauseCommandPause the Aspectran Shell.classPBDecryptCommandDecrypts the input string using the encryption password.classPBEncryptCommandEncrypts the input string using the encryption password.classQuitCommandReleases all resources and exits this application.classRestartCommandRestarts the Aspectran Shell.classResumeCommandResume the Aspectran Shell.classSysInfoCommandDisplays current JVM runtime information.classTransletCommandclassVerboseCommandTurns verbose mode on or off.
-