Uses of Class
com.aspectran.shell.command.option.Options
Packages that use Options
Package
Description
A simple API for presenting, processing and validating a command line interface.
-
Uses of Options in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return OptionsMethods in com.aspectran.shell.command with parameters of type Options -
Uses of Options in com.aspectran.shell.command.option
Methods in com.aspectran.shell.command.option that return OptionsModifier and TypeMethodDescriptionAdds an option instance.Options.addOptionGroup
(OptionGroup group) Add the specified option group.Methods in com.aspectran.shell.command.option with parameters of type OptionsModifier 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.int
HelpFormatter.printOptions
(Options options) Print the help for the specified Options to the specified writer, using the specified width, left padding and description padding.