Uses of Class
com.syncbuilder.util.getopt.LongOpt

Packages that use LongOpt
com.syncbuilder.util.getopt Classes to describe and to parse program options.  
 

Uses of LongOpt in com.syncbuilder.util.getopt
 

Subclasses of LongOpt in com.syncbuilder.util.getopt
 class FlagOpt
           
 class NumericalOpt
           
 class StringOpt
           
 

Fields in com.syncbuilder.util.getopt declared as LongOpt
protected  LongOpt[] Getopt.long_options
          This is an array of LongOpt objects which describ the valid long options.
 

Constructors in com.syncbuilder.util.getopt with parameters of type LongOpt
Getopt.Getopt(java.lang.String progname, java.lang.String[] argv, java.lang.String optstring, LongOpt[] long_options)
          Construct a Getopt instance with given input data that is capable of parsing long options as well as short.
Getopt.Getopt(java.lang.String progname, java.lang.String[] argv, java.lang.String optstring, LongOpt[] long_options, boolean long_only)
          Construct a Getopt instance with given input data that is capable of parsing long options and short options.
 



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.