Uses of Interface
org.apache.maven.settings.building.SettingsProblem
-
Uses of SettingsProblem in org.apache.maven.settings.building
Modifier and TypeMethodDescriptionSettingsBuildingException.getProblems()
Deprecated.Gets the problems that caused this exception.SettingsBuildingResult.getProblems()
Deprecated.Gets the problems that were encountered during the settings building.ModifierConstructorDescriptionSettingsBuildingException
(List<SettingsProblem> problems) Deprecated.Creates a new exception with the specified problems. -
Uses of SettingsProblem in org.apache.maven.settings.crypto
Modifier and TypeMethodDescriptionSettingsDecryptionResult.getProblems()
Deprecated.Gets the problems that were encountered during the settings decryption.
SettingsBuilder
instead