Uses of Class
org.apache.commons.cli.CommandLine
Packages that use CommandLine
Package
Description
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
-
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 instanceMethods in org.apache.commons.cli that return CommandLineModifier and TypeMethodDescriptionCommandLine.Builder.build()
Deprecated.CommandLine.Builder.get()
Creates a new instance.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.DefaultParser.parse
(Options options, Properties properties, DefaultParser.NonOptionAction nonOptionAction, String... arguments) 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.
CommandLine.Builder.get()
.