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
Classes in org.apache.commons.cli that implement interfaces with type arguments of type CommandLineModifier and TypeClassDescriptionstatic final classA nested builder class to createCommandLineinstance using descriptive methods.Fields in org.apache.commons.cli declared as CommandLineModifier and TypeFieldDescriptionprotected CommandLineDefaultParser.cmdThe command-line instance.protected CommandLineParser.cmdDeprecated.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 specifiedargumentsbased on the specifiedOptions.Deprecated.Parses the specifiedargumentsbased on the specifiedOptions.Parser.parse(Options options, String[] arguments, Properties properties) Deprecated.Parses the arguments according to the specified options and properties.Parser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption) Deprecated.Parses the arguments according to the specified options and properties.
CommandLine.Builder.get().