net.thucydides.core.util
Interface EnvironmentVariables
- All Known Implementing Classes:
- MockEnvironmentVariables, SystemEnvironmentVariables
public interface EnvironmentVariables
Return system environment variable values.
getValue
String getValue(String name)
getValue
String getValue(Enum<?> property)
getValue
String getValue(String name,
String defaultValue)
getValue
String getValue(Enum<?> property,
String defaultValue)
getPropertyAsInteger
Integer getPropertyAsInteger(String name,
Integer defaultValue)
getPropertyAsInteger
Integer getPropertyAsInteger(Enum<?> property,
Integer defaultValue)
getPropertyAsBoolean
Boolean getPropertyAsBoolean(String name,
boolean defaultValue)
getPropertyAsBoolean
Boolean getPropertyAsBoolean(Enum<?> property,
boolean defaultValue)
getProperty
String getProperty(String name)
getProperty
String getProperty(Enum<?> property)
getProperty
String getProperty(String name,
String defaultValue)
getProperty
String getProperty(Enum<?> property,
String defaultValue)
setProperty
void setProperty(String name,
String value)
clearProperty
void clearProperty(String name)
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.