| java.lang.Object de.mcs.utils.GetEnviroment
GetEnviroment | final public class GetEnviroment (Code) | | Environment class simulates the System.getenv() method which is deprecated on
java 1.4.2.
author: v-josp |
Method Summary | |
public static String | getenv(String envName, String defaultValue) This method is used to get the path of the given enviornment variable. |
getenv | public static String getenv(String envName, String defaultValue)(Code) | | This method is used to get the path of the given enviornment variable.
This method tries to simulates the System.getenv() which is deprecated on
java 1.4.2
Parameters: envName - name of the environment variable Parameters: defaultValue - default value String |
|
|