Class EnvironmentVariableResolver.Default

    • Constructor Detail

      • Default

        public Default()
    • Method Detail

      • getEnv

        public String getEnv​(String sVarName)
        Description copied from interface: EnvironmentVariableResolver
        Return the value of the specified environment variable.
        Specified by:
        getEnv in interface EnvironmentVariableResolver
        Parameters:
        sVarName - the name of the environment variable to return
        Returns:
        the value of the specified environment variable