Uses of Class
com.aspectran.shell.command.option.ParsedOptions
-
Packages that use ParsedOptions Package Description com.aspectran.shell.command 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 protected ParsedOptionsAbstractCommand. parse(java.lang.String[] args) -
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[] arguments)ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] arguments, boolean stopAtNonOption)ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] arguments, java.util.Properties properties)Parse the arguments according to the specified options and properties.ParsedOptionsDefaultOptionParser. parse(Options options, java.lang.String[] arguments, java.util.Properties properties, boolean stopAtNonOption)Parse the arguments according to the specified options and properties.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] arguments)Parse the arguments according to the specified options.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] arguments, boolean stopAtNonOption)Parse the arguments according to the specified options.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] arguments, java.util.Properties properties)Parse the arguments according to the specified options and properties.ParsedOptionsOptionParser. parse(Options options, java.lang.String[] arguments, java.util.Properties properties, boolean stopAtNonOption)Parse the arguments according to the specified options and properties.
-