Uses of Class
com.aspectran.shell.command.option.ParsedOptions
Packages that use ParsedOptions
Package
Description
Built-in commands provided by Aspectran Shell.
A simple API for presenting, processing and validating a command line interface.
-
Uses of ParsedOptions in com.aspectran.jetty.shell.command
Methods in com.aspectran.jetty.shell.command with parameters of type ParsedOptionsModifier and TypeMethodDescriptionvoid
JettyCommand.execute
(ParsedOptions options, ShellConsole console) -
Uses of ParsedOptions in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return ParsedOptionsMethods in com.aspectran.shell.command with parameters of type ParsedOptionsModifier and TypeMethodDescriptionvoid
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. -
Uses of ParsedOptions in com.aspectran.shell.command.builtins
Methods in com.aspectran.shell.command.builtins with parameters of type ParsedOptionsModifier 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 ParsedOptions in com.aspectran.shell.command.option
Methods in com.aspectran.shell.command.option that return ParsedOptionsModifier and TypeMethodDescriptionDefaultOptionParser.parse
(Options options, String[] args, Properties properties) Parse the arguments according to the specified options and properties.DefaultOptionParser.parse
(Options options, String[] args, Properties properties, boolean skipParsingAtNonOption) Parse the arguments according to the specified options and properties.Parse the arguments according to the specified options.Parse the arguments according to the specified options.OptionParser.parse
(Options options, String[] args, Properties properties) Parse the arguments according to the specified options and properties.OptionParser.parse
(Options options, String[] args, Properties properties, boolean skipParsingAtNonOption) Parse the arguments according to the specified options and properties. -
Uses of ParsedOptions in com.aspectran.undertow.shell.command
Methods in com.aspectran.undertow.shell.command with parameters of type ParsedOptionsModifier and TypeMethodDescriptionvoid
UndertowCommand.execute
(ParsedOptions options, ShellConsole console)