Package org.apache.maven.api.services
Interface SettingsBuilderResult
- Since:
- 4.0.0
- 
Method SummaryModifier and TypeMethodDescriptionGets the assembled settings.Gets the problems that were encountered during the settings building.
- 
Method Details- 
getEffectiveSettingsGets the assembled settings.- Returns:
- the assembled settings, never null
 
- 
getProblemsGets the problems that were encountered during the settings building. Note that only problems of severityBuilderProblem.Severity.WARNINGand below are reported here. Problems with a higher severity level cause the settings builder to fail with aSettingsBuilderException.- Returns:
- the problems that were encountered during the settings building, can be empty but never null
 
 
-