|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.utils.Environment
public class Environment
| Constructor Summary | |
|---|---|
Environment() |
|
| Method Summary | |
|---|---|
static java.lang.String |
getEncryptionKey() |
static java.lang.String |
getenv(java.lang.String key)Get an environment variable. |
static int |
putenv(java.lang.String envSetting)Sets or modifies an environment variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Environment()
| Method Detail |
|---|
public static int putenv(java.lang.String envSetting)
envSetting - the setting to change. The setting is of the form NAME=VALUEpublic static java.lang.String getenv(java.lang.String key)
Retrieves the environment variable from the C Runtime Library copy of the environment. Does not change the command processor environment
key -public static java.lang.String getEncryptionKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||