public class OSEnvironment extends Object
Constructor and Description |
---|
OSEnvironment() |
Modifier and Type | Method and Description |
---|---|
static Map<RubyString,RubyString> |
environmentVariableMap(Ruby runtime)
Returns the environment as a hash of Ruby strings.
|
Map |
getEnvironmentVariableMap(Ruby runtime) |
Map |
getSystemPropertiesMap(Ruby runtime) |
static Map<RubyString,RubyString> |
systemPropertiesMap(Ruby runtime)
Returns java system properties as a Map
|
public static Map<RubyString,RubyString> environmentVariableMap(Ruby runtime)
runtime
- public static Map<RubyString,RubyString> systemPropertiesMap(Ruby runtime)
runtime
- Copyright © 2001-2016 JRuby. All Rights Reserved.