Class StandardEnvironmentVariableResolver

    • Constructor Detail

      • StandardEnvironmentVariableResolver

        public StandardEnvironmentVariableResolver()
    • Method Detail

      • getEnvironmentVariable

        public java.lang.String getEnvironmentVariable​(java.lang.String name)
        Get the value of a specific environment variable
        Specified by:
        getEnvironmentVariable in interface EnvironmentVariableResolver
        Parameters:
        name - the name of the required environment variable
        Returns:
        the value of the named environment variable, or null if the variable is not defined. The method must not return null if the name is in the list of variables returned by the method getAvailableEnvironmentVariables()