- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SettingsBuilderRequest (0.07 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/SettingsBuilder.java
* @return the result of the settings building, never {@code null} * @throws SettingsBuilderException if the effective settings could not be built */ @Nonnull SettingsBuilderResult build(@Nonnull SettingsBuilderRequest request); /** * Builds the effective settings of the specified settings sources. * * @return the result of the settings building, never {@code null}Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 5.1K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
context.userSettingsPath = userSettingsFile; UnaryOperator<String> interpolationSource = context.protoSession.getEffectiveProperties()::get; SettingsBuilderRequest settingsRequest = SettingsBuilderRequest.builder() .session(context.protoSession) .installationSettingsSource( installationSettingsFile != null && Files.exists(installationSettingsFile)Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0)