|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.thucydides.core.ThucydidesSystemProperties
public class ThucydidesSystemProperties
Convenience class used to get and set Thucydides system properties.
| Constructor Summary | |
|---|---|
ThucydidesSystemProperties()
|
|
| Method Summary | |
|---|---|
Boolean |
getBooleanValue(ThucydidesSystemProperty property,
boolean defaultValue)
|
Integer |
getIntegerValue(ThucydidesSystemProperty property,
Integer defaultValue)
|
static ThucydidesSystemProperties |
getProperties()
|
String |
getValue(ThucydidesSystemProperty property)
|
String |
getValue(ThucydidesSystemProperty property,
String defaultValue)
|
boolean |
isDefined(ThucydidesSystemProperty property)
Determines whether a Thucydides system property has been set or not. |
boolean |
isEmpty(ThucydidesSystemProperty property)
Determines whether or not a Thucydides system property has been set to a non-empty value. |
void |
setValue(ThucydidesSystemProperty property,
String value)
Sets a Thucydides system property to s specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThucydidesSystemProperties()
| Method Detail |
|---|
public static ThucydidesSystemProperties getProperties()
public String getValue(ThucydidesSystemProperty property)
public boolean isDefined(ThucydidesSystemProperty property)
public String getValue(ThucydidesSystemProperty property,
String defaultValue)
public boolean isEmpty(ThucydidesSystemProperty property)
public void setValue(ThucydidesSystemProperty property,
String value)
public Integer getIntegerValue(ThucydidesSystemProperty property,
Integer defaultValue)
public Boolean getBooleanValue(ThucydidesSystemProperty property,
boolean defaultValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||