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