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 SettingsProblemFields in org.apache.maven.settings.building with type parameters of type SettingsProblemModifier and TypeFieldDescriptionprivate List<SettingsProblem> DefaultSettingsBuildingResult.problemsDeprecated.private List<SettingsProblem> DefaultSettingsProblemCollector.problemsDeprecated.private final List<SettingsProblem> SettingsBuildingException.problemsDeprecated.Methods in org.apache.maven.settings.building that return SettingsProblemModifier and TypeMethodDescriptionprivate SettingsProblemDefaultSettingsBuilder.convert(BuilderProblem problem) Deprecated.Methods in org.apache.maven.settings.building that return types with arguments of type SettingsProblemModifier and TypeMethodDescriptionprivate List<SettingsProblem> DefaultSettingsBuilder.convert(List<BuilderProblem> problems) Deprecated.DefaultSettingsBuildingResult.getProblems()Deprecated.DefaultSettingsProblemCollector.getProblems()Deprecated.SettingsBuildingException.getProblems()Deprecated.Gets the problems that caused this exception.SettingsBuildingResult.getProblems()Deprecated.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 static StringSettingsBuildingException.toMessage(List<SettingsProblem> problems) Deprecated.Constructor parameters in org.apache.maven.settings.building with type arguments of type SettingsProblemModifierConstructorDescription(package private)DefaultSettingsBuildingResult(Settings effectiveSettings, List<SettingsProblem> problems) Deprecated.(package private)DefaultSettingsProblemCollector(List<SettingsProblem> problems) Deprecated.SettingsBuildingException(List<SettingsProblem> problems) Deprecated.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.problemsDeprecated.Methods in org.apache.maven.settings.crypto that return types with arguments of type SettingsProblemModifier and TypeMethodDescriptionDefaultSettingsDecryptionResult.getProblems()Deprecated.SettingsDecryptionResult.getProblems()Deprecated.Gets the problems that were encountered during the settings decryption.
SettingsBuilderinstead