All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thucydides.core.util.EnvironmentVariables Maven / Gradle / Ivy

There is a newer version: 0.9.275
Show newest version
package net.thucydides.core.util;

/**
 * Return system environment variable values.
 */
public interface EnvironmentVariables {

    public String getValue(final String name);

    public String getValue(final String name, final String defaultValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy