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 TypeClassDescriptionclassDescribes 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.problemsprivate List<SettingsProblem> DefaultSettingsProblemCollector.problemsprivate final List<SettingsProblem> SettingsBuildingException.problemsMethods 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 booleanDefaultSettingsBuilder.hasErrors(List<SettingsProblem> problems) private static StringSettingsBuildingException.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.problemsMethods 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.