Uses of Interface
org.apache.maven.api.services.SettingsBuilderResult
-
Uses of SettingsBuilderResult in org.apache.maven.api.services
Modifier and TypeMethodDescriptionSettingsBuilder.build
(SettingsBuilderRequest request) Builds the effective settings of the specified settings files.default SettingsBuilderResult
Builds the effective settings of the specified settings paths.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Path globalSettingsPath, Path projectSettingsPath, Path userSettingsPath) Builds the effective settings of the specified settings paths.default SettingsBuilderResult
Builds the effective settings of the specified settings sources.default SettingsBuilderResult
SettingsBuilder.build
(Session session, Source globalSettingsSource, Source projectSettingsSource, Source userSettingsSource) Builds the effective settings of the specified settings sources. -
Uses of SettingsBuilderResult in org.apache.maven.internal.impl