|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.util.SCMEnvironmentVars
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.
Method Summary | |
static SCMEnvironmentVars |
getInstance()
|
java.lang.String |
getVariable(java.lang.String name)
Gets the value of the environment variable with the given name. |
java.util.Map |
getVariables()
Gets all default process environment variables. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final SCMEnvironmentVars getInstance()
public final java.lang.String getVariable(java.lang.String name)
null
if the variable
is not set.public final java.util.Map getVariables()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |