Uses of Interface
com.aspectran.shell.console.ShellConsole
Packages that use ShellConsole
Package
Description
Contains a variant of the adapter interface for command-line application.
Built-in commands provided by Aspectran Shell.
A simple API for presenting, processing and validating a command line interface.
A package for enhanced shell input and output.
Contains a variant of the service interface for command-line application.
-
Uses of ShellConsole in com.aspectran.jetty.shell.command
Methods in com.aspectran.jetty.shell.command with parameters of type ShellConsoleModifier and TypeMethodDescriptionvoid
JettyCommand.execute
(ParsedOptions options, ShellConsole console) -
Uses of ShellConsole in com.aspectran.shell.adapter
Constructors in com.aspectran.shell.adapter with parameters of type ShellConsoleModifierConstructorDescriptionShellResponseAdapter
(ShellConsole console, Writer writer) Instantiates a new ShellResponseAdapter. -
Uses of ShellConsole in com.aspectran.shell.command
Methods in com.aspectran.shell.command with type parameters of type ShellConsoleModifier and TypeMethodDescription<T extends ShellConsole>
TConsoleCommander.getConsole()
<T extends ShellConsole>
TDefaultConsoleCommander.getConsole()
Methods in com.aspectran.shell.command with parameters of type ShellConsoleModifier and TypeMethodDescriptionstatic PrintWriter
OutputRedirection.determineOutputWriter
(List<OutputRedirection> redirectionList, ShellConsole console) Returns theWriter
instances for translet output redirection.void
Command.execute
(ParsedOptions options, ShellConsole console) This method will be called as the starting point to execute the logic for the action mapped to this command.void
AbstractCommand.printHelp
(ShellConsole console) void
Command.printHelp
(ShellConsole console) Prints the usage statement for the specified command.void
AbstractCommand.printQuickHelp
(ShellConsole console) void
Command.printQuickHelp
(ShellConsole console) Constructors in com.aspectran.shell.command with parameters of type ShellConsoleModifierConstructorDescriptionDefaultConsoleCommander
(ShellConsole console) TransletPreProcedure
(ShellConsole console, TransletRule transletRule, ParameterMap parameterMap, boolean procedural) -
Uses of ShellConsole in com.aspectran.shell.command.builtins
Methods in com.aspectran.shell.command.builtins with parameters of type ShellConsoleModifier and TypeMethodDescriptionvoid
AspectCommand.execute
(ParsedOptions options, ShellConsole console) void
ClearCommand.execute
(ParsedOptions options, ShellConsole console) void
EchoCommand.execute
(ParsedOptions options, ShellConsole console) void
HelpCommand.execute
(ParsedOptions options, ShellConsole console) void
HistoryCommand.execute
(ParsedOptions options, ShellConsole console) void
JobCommand.execute
(ParsedOptions options, ShellConsole console) void
PBDecryptCommand.execute
(ParsedOptions options, ShellConsole console) void
PBEncryptCommand.execute
(ParsedOptions options, ShellConsole console) void
QuitCommand.execute
(ParsedOptions options, ShellConsole console) void
RestartCommand.execute
(ParsedOptions options, ShellConsole console) void
SysInfoCommand.execute
(ParsedOptions options, ShellConsole console) void
TransletCommand.execute
(ParsedOptions options, ShellConsole console) void
VerboseCommand.execute
(ParsedOptions options, ShellConsole console) -
Uses of ShellConsole in com.aspectran.shell.command.option
Constructors in com.aspectran.shell.command.option with parameters of type ShellConsole -
Uses of ShellConsole in com.aspectran.shell.console
Classes in com.aspectran.shell.console that implement ShellConsoleModifier and TypeClassDescriptionclass
The Abstract Class for Console I/O.class
Console I/O implementation that supports System Console.class
Constructors in com.aspectran.shell.console with parameters of type ShellConsole -
Uses of ShellConsole in com.aspectran.shell.jline.console
Classes in com.aspectran.shell.jline.console that implement ShellConsoleModifier and TypeClassDescriptionclass
Console I/O implementation that supports JLine.Constructors in com.aspectran.shell.jline.console with parameters of type ShellConsoleModifierConstructorDescriptionCommandCompleter
(ShellConsole console) CommandHighlighter
(ShellConsole console) JLineTerminal
(ShellConsole console) JLineTerminal
(ShellConsole console, String encoding) -
Uses of ShellConsole in com.aspectran.shell.service
Methods in com.aspectran.shell.service that return ShellConsoleMethods in com.aspectran.shell.service with parameters of type ShellConsoleModifier and TypeMethodDescriptionstatic DefaultShellService
DefaultShellServiceBuilder.build
(AspectranConfig aspectranConfig, ShellConsole console) Returns a new instance ofDefaultShellService
. -
Uses of ShellConsole in com.aspectran.undertow.shell.command
Methods in com.aspectran.undertow.shell.command with parameters of type ShellConsoleModifier and TypeMethodDescriptionvoid
UndertowCommand.execute
(ParsedOptions options, ShellConsole console)