edu.rice.cs.drjava.config
Class OptionConstants.ConcJUnitCheckChoices

java.lang.Object
  extended by edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
Enclosing interface:
OptionConstants

public static class OptionConstants.ConcJUnitCheckChoices
extends java.lang.Object


Field Summary
static java.lang.String ALL
           
static java.lang.String NO_LUCKY
           
static java.lang.String NONE
           
static java.lang.String ONLY_THREADS
           
 
Constructor Summary
OptionConstants.ConcJUnitCheckChoices()
           
 
Method Summary
static java.util.ArrayList<java.lang.String> evaluate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final java.lang.String ALL
See Also:
Constant Field Values

NO_LUCKY

public static final java.lang.String NO_LUCKY
See Also:
Constant Field Values

ONLY_THREADS

public static final java.lang.String ONLY_THREADS
See Also:
Constant Field Values

NONE

public static final java.lang.String NONE
See Also:
Constant Field Values
Constructor Detail

OptionConstants.ConcJUnitCheckChoices

public OptionConstants.ConcJUnitCheckChoices()
Method Detail

evaluate

public static java.util.ArrayList<java.lang.String> evaluate()