- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for withSystemProperties (0.06 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/ProtoSession.java
public Builder withUserProperties(@Nonnull Map<String, String> userProperties) { this.userProperties = new HashMap<>(userProperties); return this; } public Builder withSystemProperties(@Nonnull Map<String, String> systemProperties) { this.systemProperties = new HashMap<>(systemProperties); return this; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 7.5K bytes - Viewed (0)