| java.lang.Object org.apache.harmony.luni.platform.Environment
Environment | public class Environment (Code) | | Environment
|
Inner Class :public static class EnvironmentMap extends HashMap | |
getenv | public static Map<String, String> getenv()(Code) | | Returns a Map of the current environment variables, containing key and
value pairs.
a Map containing the environment variables and their values |
getenv | public static String getenv(String name)(Code) | | Returns a String containing the value of the specified name environment
variable
Parameters: name - -the environment variable to get the value of the value of the environment variable specified |
|
|