Uses of Class
org.apache.commons.cli.CommandLine
-
Uses of CommandLine in org.apache.commons.cli
Fields in org.apache.commons.cli declared as CommandLineModifier and TypeFieldDescriptionprotected CommandLine
DefaultParser.cmd
The command-line instance.protected CommandLine
Parser.cmd
Deprecated.CommandLine instanceprivate final CommandLine
CommandLine.Builder.commandLine
CommandLine that is being build by this Builder.Methods in org.apache.commons.cli that return CommandLineModifier and TypeMethodDescriptionCommandLine.Builder.build()
Parses the arguments according to the specified options.Parses the arguments according to the specified options.DefaultParser.parse
(Options options, String[] arguments, Properties properties) Parses the arguments according to the specified options and properties.DefaultParser.parse
(Options options, String[] arguments, Properties properties, boolean stopAtNonOption) Parses the arguments according to the specified options and properties.Deprecated.Parses the specifiedarguments
based on the specifiedOptions
.Deprecated.Parses the specifiedarguments
based on the specifiedOptions
.Parser.parse
(Options options, String[] arguments, Properties properties) Deprecated.Parse the arguments according to the specified options and properties.Parser.parse
(Options options, String[] arguments, Properties properties, boolean stopAtNonOption) Deprecated.Parse the arguments according to the specified options and properties.