Uses of Interface
org.apache.maven.settings.building.SettingsProblem
-
Packages that use SettingsProblem Package Description org.apache.maven.settings.building org.apache.maven.settings.crypto -
-
Uses of SettingsProblem in org.apache.maven.settings.building
Classes in org.apache.maven.settings.building that implement SettingsProblem Modifier and Type Class Description classDefaultSettingsProblemDescribes a problem that was encountered during settings building.Fields in org.apache.maven.settings.building with type parameters of type SettingsProblem Modifier and Type Field Description private java.util.List<SettingsProblem>DefaultSettingsBuildingResult. problemsprivate java.util.List<SettingsProblem>DefaultSettingsProblemCollector. problemsprivate java.util.List<SettingsProblem>SettingsBuildingException. problemsMethods in org.apache.maven.settings.building that return types with arguments of type SettingsProblem Modifier and Type Method Description java.util.List<SettingsProblem>DefaultSettingsBuildingResult. getProblems()java.util.List<SettingsProblem>DefaultSettingsProblemCollector. getProblems()java.util.List<SettingsProblem>SettingsBuildingException. getProblems()Gets the problems that caused this exception.java.util.List<SettingsProblem>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 SettingsProblem Modifier and Type Method Description private booleanDefaultSettingsBuilder. hasErrors(java.util.List<SettingsProblem> problems)private static java.lang.StringSettingsBuildingException. toMessage(java.util.List<SettingsProblem> problems)Constructor parameters in org.apache.maven.settings.building with type arguments of type SettingsProblem Constructor Description DefaultSettingsBuildingResult(Settings effectiveSettings, java.util.List<SettingsProblem> problems)DefaultSettingsProblemCollector(java.util.List<SettingsProblem> problems)SettingsBuildingException(java.util.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 SettingsProblem Modifier and Type Field Description private java.util.List<SettingsProblem>DefaultSettingsDecryptionResult. problemsMethods in org.apache.maven.settings.crypto that return types with arguments of type SettingsProblem Modifier and Type Method Description java.util.List<SettingsProblem>DefaultSettingsDecryptionResult. getProblems()java.util.List<SettingsProblem>SettingsDecryptionResult. getProblems()Gets the problems that were encountered during the settings decryption.
-