|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.properties.internal.EnvironmentUtils
public class EnvironmentUtils
Assists the project builder. Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted without prior notice.
Constructor Summary | |
---|---|
EnvironmentUtils()
|
Method Summary | |
---|---|
static void |
addEnvVars(java.util.Properties props)
Adds the environment variables in the form of properties whose keys are prefixed with env. , e.g. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentUtils()
Method Detail |
---|
public static void addEnvVars(java.util.Properties props)
env.
, e.g. env.PATH
. Unlike native environment variables, properties are always case-sensitive. For the sake of
determinism, the environment variable names will be normalized to upper case on platforms with case-insensitive
variable lookup.
props
- The properties to add the environment variables to, may be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |