public abstract class CommandLineUtils
extends java.lang.Object
| Constructor and Description |
|---|
CommandLineUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
getSystemEnvVars(boolean caseSensitive)
Return the shell environment variables.
|
public static java.util.Properties getSystemEnvVars(boolean caseSensitive)
throws java.io.IOException
caseSensitive == true, then envar
keys will all be upper-case.caseSensitive - Whether environment variable keys should be treated case-sensitively.java.io.IOExceptionCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.