- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addEnvVars (0.04 sec)
-
impl/maven-core/src/main/java/org/apache/maven/properties/internal/EnvironmentUtils.java
* variable lookup. * * @param props The properties to add the environment variables to, may be {@code null}. */ public static void addEnvVars(Properties props) { if (props != null) { if (envVars == null) { Properties tmp = new Properties(); boolean caseSensitive = !Os.IS_WINDOWS;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.4K bytes - Viewed (0)