|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.util.externalprocess.EnvironmentReader
Reader for importing the OS Environment properties into java. java.lang.System.getProperties() has only some environment info
| Constructor Summary | |
EnvironmentReader()
|
|
| Method Summary | |
static String |
getEnvCommand()
Command string to get OS Environment properties |
static String |
getEnvVar(String key)
Get value of environment property |
static Properties |
getEnvVars()
Get value of environment properties |
static String[] |
getRawEnvVars()
getRawEnvVars returns an array of lines read from the shell. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnvironmentReader()
| Method Detail |
public static Properties getEnvVars()
public static String getEnvCommand()
public static String getEnvVar(String key)
key - property name
public static String[] getRawEnvVars()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||