public class ThucydidesSystemProperties extends Object
Constructor and Description |
---|
ThucydidesSystemProperties() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.