Uses of Interface
com.aspectran.shell.command.Command
-
Packages that use Command Package Description com.aspectran.shell.command com.aspectran.shell.command.builtins Built-in commands provided by Aspectran Shell.com.aspectran.shell.command.option A simple API for presenting, processing and validating a command line interface. -
-
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)CommandShellCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass)CommandShellCommandRegistry. 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()java.util.Collection<Command>ShellCommandRegistry. getAllCommands()Method parameters in com.aspectran.shell.command with type arguments of type Command Modifier and Type Method Description voidShellCommandRegistry. addCommand(java.lang.Class<? extends Command> commandClass)CommandCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass)CommandShellCommandRegistry. getCommand(java.lang.Class<? extends Command> commandClass) -
Uses of Command in com.aspectran.shell.command.builtins
Classes in com.aspectran.shell.command.builtins that implement Command Modifier and Type Class Description classAspectCommandChange the active state of an Aspect or view the list of registered Aspect.classClearCommandClear the terminal screen.classEchoCommandDisplays a message on the screen.classHelpCommandDisplay information about builtin commands.classHistoryCommandA command that display or delete all previously run commands.classJettyCommandUse the command 'jetty' to control the Jetty Server.classJobCommandclassPBDecryptCommandDecrypts 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.classSysInfoCommandDisplays current JVM runtime information.classTransletCommandclassUndertowCommandUse the command 'undertow' to control the Undertow Server.classVerboseCommandTurns 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 Command Modifier and Type Method Description voidHelpFormatter. printHelp(Command command)Print the help with the given Command object.voidHelpFormatter. printUsage(Command command)Prints the usage statement for the specified command.
-