Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.javatools.util
Class EnvironmentVariables

java.lang.Object
  extended by oracle.javatools.util.EnvironmentVariables

Deprecated. since 11.1.1 - Use System.getenv().

public final class EnvironmentVariables
extends java.lang.Object

Utility class for obtaining the values of shell environment variables. Note that the names of the defined variables are uppercase, and their lookup is also a case-insensitive operation.

Since:
10.0.3

Method Summary
static java.util.Map get()
          Deprecated. Gets all default process environment variables.
static java.lang.String getVariable(java.lang.String name)
          Deprecated. Gets the value of the environment variable with the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVariable

public static final java.lang.String getVariable(java.lang.String name)
Deprecated. 
Gets the value of the environment variable with the given name.

Returns:
the variable's current value, or null if the variable is not set.

get

public static final java.util.Map get()
Deprecated. 
Gets all default process environment variables.

Returns:
a map of all environment variables defined by default.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.