| Package | Description |
|---|---|
| org.apache.maven.building | |
| org.apache.maven.toolchain.building |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultProblem
Describes a problem that was encountered during settings building.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Problem> |
DefaultProblemCollector.problems |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Problem> |
ProblemCollector.getProblems() |
java.util.List<Problem> |
DefaultProblemCollector.getProblems() |
| Modifier and Type | Method and Description |
|---|---|
static ProblemCollector |
ProblemCollectorFactory.newInstance(java.util.List<Problem> problems)
The default implementation is not visible, create it with this factory
|
| Constructor and Description |
|---|
DefaultProblemCollector(java.util.List<Problem> problems) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Problem> |
DefaultToolchainsBuildingResult.problems |
private java.util.List<Problem> |
ToolchainsBuildingException.problems |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Problem> |
ToolchainsBuildingResult.getProblems()
Return a list of problems, if any.
|
java.util.List<Problem> |
DefaultToolchainsBuildingResult.getProblems() |
java.util.List<Problem> |
ToolchainsBuildingException.getProblems()
Gets the problems that caused this exception.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
DefaultToolchainsBuilder.hasErrors(java.util.List<Problem> problems) |
private static java.lang.String |
ToolchainsBuildingException.toMessage(java.util.List<Problem> problems) |
| Constructor and Description |
|---|
DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains,
java.util.List<Problem> problems)
Default constructor
|
ToolchainsBuildingException(java.util.List<Problem> problems)
Creates a new exception with the specified problems.
|