| Package | Description |
|---|---|
| org.apache.maven.settings.building | |
| org.apache.maven.settings.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSettingsProblem
Describes a problem that was encountered during settings building.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SettingsProblem> |
SettingsBuildingResult.getProblems()
Gets the problems that were encountered during the settings building.
|
java.util.List<SettingsProblem> |
SettingsBuildingException.getProblems()
Gets the problems that caused this exception.
|
| Constructor and Description |
|---|
SettingsBuildingException(java.util.List<SettingsProblem> problems)
Creates a new exception with the specified problems.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SettingsProblem> |
SettingsDecryptionResult.getProblems()
Gets the problems that were encountered during the settings decryption.
|