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 |
---|---|
List<SettingsProblem> |
SettingsBuildingResult.getProblems()
Gets the problems that were encountered during the settings building.
|
List<SettingsProblem> |
SettingsBuildingException.getProblems()
Gets the problems that caused this exception.
|
Constructor and Description |
---|
SettingsBuildingException(List<SettingsProblem> problems)
Creates a new exception with the specified problems.
|
Modifier and Type | Method and Description |
---|---|
List<SettingsProblem> |
SettingsDecryptionResult.getProblems()
Gets the problems that were encountered during the settings decryption.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.