| Package | Description |
|---|---|
| net.thucydides.core |
Core domain model for the Thucydides application.
|
| Modifier and Type | Method and Description |
|---|---|
static ThucydidesSystemProperty |
ThucydidesSystemProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThucydidesSystemProperty[] |
ThucydidesSystemProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ThucydidesSystemProperties.getBooleanValue(ThucydidesSystemProperty property,
boolean defaultValue) |
Integer |
ThucydidesSystemProperties.getIntegerValue(ThucydidesSystemProperty property,
Integer defaultValue) |
String |
ThucydidesSystemProperties.getValue(ThucydidesSystemProperty property) |
String |
ThucydidesSystemProperties.getValue(ThucydidesSystemProperty property,
String defaultValue) |
boolean |
ThucydidesSystemProperties.isDefined(ThucydidesSystemProperty property)
Determines whether a Thucydides system property has been set or not.
|
boolean |
ThucydidesSystemProperties.isEmpty(ThucydidesSystemProperty property)
Determines whether or not a Thucydides system property has been set to a non-empty value.
|
void |
ThucydidesSystemProperties.setValue(ThucydidesSystemProperty property,
String value)
Sets a Thucydides system property to s specified value.
|
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.