Uses of Interface
org.apache.maven.settings.building.SettingsProblem
Packages that use SettingsProblem
-
Uses of SettingsProblem in org.apache.maven.settings.building
Classes in org.apache.maven.settings.building that implement SettingsProblemModifier and TypeClassDescriptionclass
Describes a problem that was encountered during settings building.Fields in org.apache.maven.settings.building with type parameters of type SettingsProblemModifier and TypeFieldDescriptionprivate List<SettingsProblem>
DefaultSettingsBuildingResult.problems
private List<SettingsProblem>
DefaultSettingsProblemCollector.problems
private final List<SettingsProblem>
SettingsBuildingException.problems
Methods in org.apache.maven.settings.building that return types with arguments of type SettingsProblemModifier and TypeMethodDescriptionDefaultSettingsBuildingResult.getProblems()
DefaultSettingsProblemCollector.getProblems()
SettingsBuildingException.getProblems()
Gets the problems that caused this exception.SettingsBuildingResult.getProblems()
Gets the problems that were encountered during the settings building.Method parameters in org.apache.maven.settings.building with type arguments of type SettingsProblemModifier and TypeMethodDescriptionprivate boolean
DefaultSettingsBuilder.hasErrors
(List<SettingsProblem> problems) private static String
SettingsBuildingException.toMessage
(List<SettingsProblem> problems) Constructor parameters in org.apache.maven.settings.building with type arguments of type SettingsProblemModifierConstructorDescription(package private)
DefaultSettingsBuildingResult
(Settings effectiveSettings, List<SettingsProblem> problems) (package private)
DefaultSettingsProblemCollector
(List<SettingsProblem> problems) SettingsBuildingException
(List<SettingsProblem> problems) Creates a new exception with the specified problems. -
Uses of SettingsProblem in org.apache.maven.settings.crypto
Fields in org.apache.maven.settings.crypto with type parameters of type SettingsProblemModifier and TypeFieldDescriptionprivate List<SettingsProblem>
DefaultSettingsDecryptionResult.problems
Methods in org.apache.maven.settings.crypto that return types with arguments of type SettingsProblemModifier and TypeMethodDescriptionDefaultSettingsDecryptionResult.getProblems()
SettingsDecryptionResult.getProblems()
Gets the problems that were encountered during the settings decryption.