
com.undefinedlabs.scope.settings.props.SystemScopeEnvironmentProperties Maven / Gradle / Ivy
package com.undefinedlabs.scope.settings.props;
import com.undefinedlabs.scope.settings.ScopeEnvironmentProperties;
public enum SystemScopeEnvironmentProperties implements ScopeEnvironmentProperties {
INSTANCE;
@Override
public String getenv(String key) {
return System.getenv(key);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy