Uses of Class
com.aspectran.shell.command.option.ParsedOptions
-
Packages that use ParsedOptions Package Description com.aspectran.jetty.shell.command 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.undertow.shell.command -
-
Uses of ParsedOptions in com.aspectran.jetty.shell.command
Methods in com.aspectran.jetty.shell.command with parameters of type ParsedOptions Modifier and Type Method Description void
JettyCommand. execute(ParsedOptions options, Console console)
-
Uses of ParsedOptions in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return ParsedOptions Modifier and Type Method Description ParsedOptions
CommandLineParser. parseOptions(Options options)
Methods in com.aspectran.shell.command with parameters of type ParsedOptions Modifier and Type Method Description void
Command. 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. -
Uses of ParsedOptions in com.aspectran.shell.command.builtins
Methods in com.aspectran.shell.command.builtins with parameters of type ParsedOptions Modifier and Type Method Description void
AspectCommand. execute(ParsedOptions options, Console console)
void
ClearCommand. execute(ParsedOptions options, Console console)
void
EchoCommand. execute(ParsedOptions options, Console console)
void
HelpCommand. execute(ParsedOptions options, Console console)
void
HistoryCommand. execute(ParsedOptions options, Console console)
void
JobCommand. execute(ParsedOptions options, Console console)
void
PBDecryptCommand. execute(ParsedOptions options, Console console)
void
PBEncryptCommand. execute(ParsedOptions options, Console console)
void
QuitCommand. execute(ParsedOptions options, Console console)
void
RestartCommand. execute(ParsedOptions options, Console console)
void
SysInfoCommand. execute(ParsedOptions options, Console console)
void
TransletCommand. execute(ParsedOptions options, Console console)
void
VerboseCommand. execute(ParsedOptions options, Console console)
-
Uses of ParsedOptions in com.aspectran.shell.command.option
Methods in com.aspectran.shell.command.option that return ParsedOptions Modifier and Type Method Description ParsedOptions
DefaultOptionParser. parse(Options options, java.lang.String[] args)
ParsedOptions
DefaultOptionParser. parse(Options options, java.lang.String[] args, boolean skipParsingAtNonOption)
ParsedOptions
DefaultOptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties)
Parse the arguments according to the specified options and properties.ParsedOptions
DefaultOptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties, boolean skipParsingAtNonOption)
Parse the arguments according to the specified options and properties.ParsedOptions
OptionParser. parse(Options options, java.lang.String[] args)
Parse the arguments according to the specified options.ParsedOptions
OptionParser. parse(Options options, java.lang.String[] args, boolean skipParsingAtNonOption)
Parse the arguments according to the specified options.ParsedOptions
OptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties)
Parse the arguments according to the specified options and properties.ParsedOptions
OptionParser. parse(Options options, java.lang.String[] args, java.util.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 ParsedOptions Modifier and Type Method Description void
UndertowCommand. execute(ParsedOptions options, Console console)
-