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