Class DisabledIfEnvironmentVariableCondition

    • Constructor Detail

      • DisabledIfEnvironmentVariableCondition

        DisabledIfEnvironmentVariableCondition()
    • Method Detail

      • getEnvironmentVariable

        protected java.lang.String getEnvironmentVariable​(java.lang.String name)
        Get the value of the named environment variable.

        The default implementation simply delegates to System.getenv(String). Can be overridden in a subclass for testing purposes.