junit.quilt
Class QuiltOptions

java.lang.Object
  |
  +--org.apache.commons.cli.Options
        |
        +--junit.quilt.QuiltOptions

public class QuiltOptions
extends org.apache.commons.cli.Options


Field Summary
static char OPT_HELP
           
static char OPT_REGISTRY
           
static char OPT_REPORT
           
static char OPT_TEST
           
static char OPT_VERSION
           
 
Constructor Summary
QuiltOptions()
           
 
Methods inherited from class org.apache.commons.cli.Options
addOption, addOption, addOption, addOption, addOption, addOptionGroup, getOption, getOption, getOptions, parse, parse, parse, parse, parse, parse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPT_REGISTRY

public static final char OPT_REGISTRY

OPT_REPORT

public static final char OPT_REPORT

OPT_TEST

public static final char OPT_TEST

OPT_VERSION

public static final char OPT_VERSION

OPT_HELP

public static final char OPT_HELP
Constructor Detail

QuiltOptions

public QuiltOptions()


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.