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

Uses of CommandLine in org.apache.commons.cli
 

Fields in org.apache.commons.cli declared as CommandLine
private  CommandLine Parser.cmd
          commandline instance
 

Methods in org.apache.commons.cli that return CommandLine
 CommandLine Parser.parse(Options options, String[] arguments)
          Parses the specified arguments based on the specifed Options.
 CommandLine Parser.parse(Options opts, String[] arguments, boolean stopAtNonOption)
          Parses the specified arguments based on the specifed Options.
 CommandLine CommandLineParser.parse(Options options, String[] arguments)
          Parse the arguments according to the specified options.
 CommandLine CommandLineParser.parse(Options options, String[] arguments, boolean stopAtNonOption)
          Parse the arguments according to the specified options.