Interface EnvironmentAccess.Environment

All Known Implementing Classes:
TestEnvironment
Enclosing class:
EnvironmentAccess

public static interface EnvironmentAccess.Environment
Exposes the environment variables of the current process.
  • Method Details

    • getEnvironmentConfiguration

      Map<String,String> getEnvironmentConfiguration()
      Returns the current environment variables, keyed by name.