Uses of Interface
com.aspectran.shell.console.Console
-
Packages that use Console Package Description com.aspectran.shell.command 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.command
Methods in com.aspectran.shell.command that return Console Modifier and Type Method Description ConsoleAbstractCommand. getConsole()Methods in com.aspectran.shell.command with parameters of type Console Modifier and Type Method Description java.io.Writer[]CommandLineParser. getRedirectionWriters(Console console)voidAbstractCommand. printUsage(Console console)voidCommand. printUsage(Console console)Prints the usage statement for the specified command. -
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.classDefaultConsoleConsole I/O implementation that supports System Console. -
Uses of Console in com.aspectran.shell.service
Methods in com.aspectran.shell.service that return Console Modifier and Type Method Description ConsoleAbstractShellService. getConsole()ConsoleShellService. getConsole()Returns the console.Methods in com.aspectran.shell.service with parameters of type Console Modifier and Type Method Description static AspectranShellServiceAspectranShellService. create(java.io.File aspectranConfigFile, Console console)Returns a new instance ofAspectranShellService.static ShellServiceShellService. run(java.io.File aspectranConfigFile, Console console)Run the Shell Service, creating and starting a newShellService.protected voidAbstractShellService. setConsole(Console console)
-