Uses of Class
com.aspectran.shell.command.option.ParsedOptions
-
Packages that use ParsedOptions Package Description 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. -
-
Uses of ParsedOptions in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return ParsedOptions Modifier and Type Method Description ParsedOptionsCommandLineParser. parseOptions(Options options)Methods in com.aspectran.shell.command with parameters of type ParsedOptions Modifier and Type Method Description 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. -
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 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)voidJettyCommand. 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)voidUndertowCommand. execute(ParsedOptions options, Console console)voidVerboseCommand. 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 ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] args)ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] args, boolean skipParsingAtNonOption)ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties)Parse the arguments according to the specified options and properties.ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties, boolean skipParsingAtNonOption)Parse the arguments according to the specified options and properties.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] args)Parse the arguments according to the specified options.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] args, boolean skipParsingAtNonOption)Parse the arguments according to the specified options.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties)Parse the arguments according to the specified options and properties.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] args, java.util.Properties properties, boolean skipParsingAtNonOption)Parse the arguments according to the specified options and properties.
-