Uses of Class
org.xerial.util.cui.Option

Packages that use Option
org.xerial.util.cui The command line argument parser. 
 

Uses of Option in org.xerial.util.cui
 

Methods in org.xerial.util.cui that return Option
protected  Option<OptionID> OptionGroup.findByLongOptionName(String longOption)
           
protected  Option<OptionID> Option.findByLongOptionName(String longOption)
           
protected  Option<OptionID> OptionGroup.findByShortOptionName(String shortOption)
           
protected  Option<OptionID> Option.findByShortOptionName(String shortOption)
           
protected  Option<OptionID> OptionGroup.findOption(OptionID optionID)
           
protected  Option<OptionID> Option.findOption(OptionID optionID)
           
 

Methods in org.xerial.util.cui with parameters of type Option
 void OptionParser.addOption(Option<OptionID> option)
          Deprecated. use OptionParser.addOption(Comparable, String, String, String, OptionHandler) instead.
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.