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

Packages that use at.tuwien.ifs.somtoolbox.apps.config
at.tuwien.ifs.somtoolbox.apps.config   
at.tuwien.ifs.somtoolbox.apps.helper   
 

Classes in at.tuwien.ifs.somtoolbox.apps.config used by at.tuwien.ifs.somtoolbox.apps.config
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...(), ...
OptionFactory.MatchMode
           
 

Classes in at.tuwien.ifs.somtoolbox.apps.config used by at.tuwien.ifs.somtoolbox.apps.helper
OptionFactory.MatchMode