Class Environment

java.lang.Object
com.hazelcast.aws.utility.Environment

public class Environment
extends Object
This class is used to lookup env vars, so that we can use mocks in our tests, when checking for the presence of an env var.
  • Constructor Details

    • Environment

      public Environment()
  • Method Details