Uses of Interface
com.aspectran.shell.console.Console
-
Packages that use Console Package Description com.aspectran.shell Package required to build shell (aka command line) applications.com.aspectran.shell.activity Contains a variant of the activity interface for command-line application.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.com.aspectran.shell.console A package for enhanced shell input and output.com.aspectran.shell.service Contains a variant of the service interface for command-line application. -
-
Uses of Console in com.aspectran.shell
Methods in com.aspectran.shell with parameters of type Console Modifier and Type Method Description static voidAspectranShell. bootstrap(java.io.File aspectranConfigFile, Console console)static voidAspectranShell. bootstrap(java.lang.String basePath, java.io.File aspectranConfigFile, Console console) -
Uses of Console in com.aspectran.shell.activity
Constructors in com.aspectran.shell.activity with parameters of type Console Constructor Description ShellActivity(ShellService service, Console console)Instantiates a new ShellActivity. -
Uses of Console in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return Console Modifier and Type Method Description ConsoleCommandInterpreter. getConsole()ConsoleShellCommandInterpreter. getConsole()Methods in com.aspectran.shell.command with parameters of type Console Modifier and Type Method Description static java.io.PrintWriterOutputRedirection. determineOutputWriter(java.util.List<OutputRedirection> redirectionList, Console console)Returns theWriterinstances for translet output redirection.voidCommand. execute(ParsedOptions options, Console console)This method will be called as the starting point to execute the logic for the action mapped to this command.voidAbstractCommand. printHelp(Console console)voidCommand. printHelp(Console console)Prints the usage statement for the specified command.voidAbstractCommand. printQuickHelp(Console console)voidCommand. printQuickHelp(Console console)Constructors in com.aspectran.shell.command with parameters of type Console Constructor Description ShellCommandInterpreter(Console console) -
Uses of Console in com.aspectran.shell.command.builtins
Methods in com.aspectran.shell.command.builtins with parameters of type Console Modifier and Type Method Description voidAspectCommand. execute(ParsedOptions options, Console console)voidClearCommand. execute(ParsedOptions options, Console console)voidEchoCommand. execute(ParsedOptions options, Console console)voidHelpCommand. execute(ParsedOptions options, Console console)voidHistoryCommand. execute(ParsedOptions options, Console console)voidJobCommand. execute(ParsedOptions options, Console console)voidPBDecryptCommand. execute(ParsedOptions options, Console console)voidPBEncryptCommand. execute(ParsedOptions options, Console console)voidQuitCommand. execute(ParsedOptions options, Console console)voidRestartCommand. execute(ParsedOptions options, Console console)voidSysInfoCommand. execute(ParsedOptions options, Console console)voidTransletCommand. execute(ParsedOptions options, Console console)voidVerboseCommand. execute(ParsedOptions options, Console console) -
Uses of Console in com.aspectran.shell.command.option
Constructors in com.aspectran.shell.command.option with parameters of type Console Constructor Description HelpFormatter(Console console)Creates a help formatter. -
Uses of Console in com.aspectran.shell.console
Classes in com.aspectran.shell.console that implement Console Modifier and Type Class Description classAbstractConsoleThe Abstract Class for Console I/O.classConsoleWrapperclassDefaultConsoleConsole I/O implementation that supports System Console.Constructors in com.aspectran.shell.console with parameters of type Console Constructor Description ConsoleWrapper(Console console) -
Uses of Console in com.aspectran.shell.service
Methods in com.aspectran.shell.service with parameters of type Console Modifier and Type Method Description static DefaultShellServiceDefaultShellService. create(com.aspectran.core.context.config.AspectranConfig aspectranConfig, Console console)Returns a new instance ofDefaultShellService.com.aspectran.core.activity.TransletDefaultShellService. translate(TransletCommandLine transletCommandLine, Console console)com.aspectran.core.activity.TransletShellService. translate(TransletCommandLine transletCommandLine, Console console)Executes translet.Constructors in com.aspectran.shell.service with parameters of type Console Constructor Description AbstractShellService(Console console)
-