Package at.tuwien.ifs.somtoolbox.apps.config

Class Summary
AbstractOptionFactory This class provides methods for commonly used JSAP options, such as registering of parameters and parsing of arguments, including printing of a usage if needed.
Using the parameters provided in OptionFactory, your need for JSAP API usage should be reduced to something like this:
Parameter[] OPTIONS = { OptionFactory.getOpt...(), OptionFactory.getOpt...(), ...
AbstractOptionFactory.FieldComparator  
AbstractOptionFactory.MethodComparator  
OptionFactory This class collects options (re-)used in various SOMToolbox applications; register your new options here, alphabetically sorted.
 

Enum Summary
OptionFactory.MatchMode