Package org.eclipse.cdt.utils.spawner
Class EnvironmentReader
- java.lang.Object
-
- org.eclipse.cdt.utils.spawner.EnvironmentReader
-
public class EnvironmentReader extends Object
This class provides OS owned environment variables supplied asProperties
class.- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getEnvVar(String key)
static Properties
getEnvVars()
-
-
-
Method Detail
-
getEnvVars
public static Properties getEnvVars()
- Returns:
- a clone of the list of environment variables.
-
-