org.softevo.ample
Class AmpleSettings

java.lang.Object
  extended by org.softevo.ample.AmpleSettings

public class AmpleSettings
extends java.lang.Object

Container of Ample's settings.


Field Summary
static java.lang.String LaunchConfigName
          Deprecated. Ample does not use launch configuration any more.
static int MIN_PASSING_TESTS
          Minimal number of passing tests Ample needs.
 
Constructor Summary
AmpleSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LaunchConfigName

public static final java.lang.String LaunchConfigName
Deprecated. Ample does not use launch configuration any more.
Name uniquely idenfying Ample's launch configuration.

See Also:
Constant Field Values

MIN_PASSING_TESTS

public static final int MIN_PASSING_TESTS
Minimal number of passing tests Ample needs.

See Also:
Constant Field Values
Constructor Detail

AmpleSettings

public AmpleSettings()