Interface EnvironmentProvider (2.19.2)

Stay organized with collections Save and categorize content based on your preferences.
public interface EnvironmentProvider

Provides an interface to provide the environment variable values.

Methods

getenv(String name)

public abstract String getenv(String name)

Returns the environment variable value.

Parameter
NameDescription
nameString
Returns
TypeDescription
String