Uses of Class org.apache.commons.cli.CommandLine

Uses in package org.apache.commons.cli

Fields of type org.apache.commons.cli.CommandLine

CommandLine
commandline instance

Methods with return type org.apache.commons.cli.CommandLine

CommandLine
CommandLineParser.parse(Options options, String[] arguments)
Parse the arguments according to the specified options.
CommandLine
Parser.parse(Options options, String[] arguments)
Parses the specified arguments based on the specifed Options.
CommandLine
Parser.parse(Options options, String[] arguments, Properties properties)
Parse the arguments according to the specified options and properties.
CommandLine
Parser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption)
Parse the arguments according to the specified options and properties.
CommandLine
CommandLineParser.parse(Options options, String[] arguments, boolean stopAtNonOption)
Parse the arguments according to the specified options.
CommandLine
Parser.parse(Options options, String[] arguments, boolean stopAtNonOption)
Parses the specified arguments based on the specifed Options.