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

Packages that use OptionParserException
org.xerial.benchmark   
org.xerial.mlpress   
org.xerial.util.cui The command line argument parser. 
org.xerial.util.xml.analyzer   
org.xerial.util.xml.index   
 

Uses of OptionParserException in org.xerial.benchmark
 

Methods in org.xerial.benchmark that throw OptionParserException
static void BookSeller.main(String[] args)
           
static void Bench.main(String[] args)
           
 

Constructors in org.xerial.benchmark that throw OptionParserException
BenchmarkTableGenerator(String[] args)
           
 

Uses of OptionParserException in org.xerial.mlpress
 

Constructors in org.xerial.mlpress that throw OptionParserException
MLPress()
           
 

Uses of OptionParserException in org.xerial.util.cui
 

Methods in org.xerial.util.cui that throw OptionParserException
 double OptionParser.getDoubleValue(OptionID optionID)
          option引数の double値
 float OptionParser.getFloatValue(OptionID optionID)
          option引数のfloat値
 int OptionParser.getIntValue(OptionID optionID)
          option引数(例:--width=100 の100) のint value
 String OptionParser.getValue(OptionID optionID)
          Gets the option argument value as a String
 String OptionParser.getValue(OptionID optionID, String defaultValue)
          Gets the option argument value as a String
 void OptionHandler.handle(OptionParser<OptionID> parser)
          Called when the option is specified
 boolean OptionParser.isSet(OptionID optionID)
          特定のoptionがセットされているか調べる
 void OptionParser.parse(String[] args)
          Parses the command line arguments.
 

Uses of OptionParserException in org.xerial.util.xml.analyzer
 

Methods in org.xerial.util.xml.analyzer that throw OptionParserException
 void XMLNodeRelationAnalyzer.perform(String[] args)
           
 

Constructors in org.xerial.util.xml.analyzer that throw OptionParserException
XMLNodeRelationAnalyzer()
           
 

Uses of OptionParserException in org.xerial.util.xml.index
 

Methods in org.xerial.util.xml.index that throw OptionParserException
static void StrongDataGuide.main(String[] args)
           
static void InvertedPathTree.main(String[] args)
           
static void DataGuide.main(String[] args)
           
 



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