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

Uses of Option in org.apache.commons.cli
 

Methods in org.apache.commons.cli that return Option
static Option OptionBuilder.create(char opt)
          Create an Option using the current settings and with the specified Option char.
static Option OptionBuilder.create()
          Create an Option using the current settings
static Option OptionBuilder.create(java.lang.String opt)
          Create an Option using the current settings and with the specified Option char.
 Option Options.getOption(java.lang.String opt)
          Retrieve the named Option
 Option[] CommandLine.getOptions()
          Returns an array of the processed Options.
 

Methods in org.apache.commons.cli with parameters of type Option
 OptionGroup OptionGroup.addOption(Option opt)
          add opt to this group
 void OptionGroup.setSelected(Option opt)
          set the selected option of this group to name.
 void Parser.processArgs(Option opt, java.util.ListIterator iter)
           
 Options Options.addOption(Option opt)
          Adds an option instance
 OptionGroup Options.getOptionGroup(Option opt)
          Returns the OptionGroup the opt belongs to.
 



Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.