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.Methods in org.apache.maven.settings.building that return types with arguments of type SettingsProblem Modifier and Type Method Description 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.Constructor parameters in org.apache.maven.settings.building with type arguments of type SettingsProblem Constructor Description SettingsBuildingException(java.util.List<SettingsProblem> problems)Creates a new exception with the specified problems. -
Uses of SettingsProblem in org.apache.maven.settings.crypto
Methods in org.apache.maven.settings.crypto that return types with arguments of type SettingsProblem Modifier and Type Method Description java.util.List<SettingsProblem>SettingsDecryptionResult. getProblems()Gets the problems that were encountered during the settings decryption.
-