Uses of Class
net.thucydides.core.ThucydidesSystemProperty

Packages that use ThucydidesSystemProperty
net.thucydides.core Core domain model for the Thucydides application. 
 

Uses of ThucydidesSystemProperty in net.thucydides.core
 

Methods in net.thucydides.core that return ThucydidesSystemProperty
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.
 

Methods in net.thucydides.core with parameters of type ThucydidesSystemProperty
 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-2012 Wakaleo Consulting. All Rights Reserved.