Uses of Interface
org.apache.maven.settings.building.SettingsProblemCollector
Packages that use SettingsProblemCollector
-
Uses of SettingsProblemCollector in org.apache.maven.settings.building
Classes in org.apache.maven.settings.building that implement SettingsProblemCollectorModifier and TypeClassDescription(package private) class
Deprecated. -
Uses of SettingsProblemCollector in org.apache.maven.settings.validation
Methods in org.apache.maven.settings.validation with parameters of type SettingsProblemCollectorModifier and TypeMethodDescriptionprivate static void
DefaultSettingsValidator.addViolation
(SettingsProblemCollector problems, SettingsProblem.Severity severity, String message) Deprecated.void
DefaultSettingsValidator.validate
(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Deprecated.void
DefaultSettingsValidator.validate
(Settings settings, SettingsProblemCollector problems) Deprecated.default void
SettingsValidator.validate
(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Deprecated.Validate the specified settings.void
SettingsValidator.validate
(Settings settings, SettingsProblemCollector problems) Deprecated.Validate the specified settings.
SettingsBuilder
instead