| Package | Description |
|---|---|
| org.apache.maven.building | |
| org.apache.maven.toolchain.building |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
ProblemCollector.getProblems() |
| Modifier and Type | Method and Description |
|---|---|
static ProblemCollector |
ProblemCollectorFactory.newInstance(List<Problem> problems)
The default implementation is not visible, create it with this factory
|
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
ToolchainsBuildingException.getProblems()
Gets the problems that caused this exception.
|
List<Problem> |
DefaultToolchainsBuildingResult.getProblems() |
List<Problem> |
ToolchainsBuildingResult.getProblems()
Return a list of problems, if any.
|
| Constructor and Description |
|---|
DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains,
List<Problem> problems)
Default constructor
|
ToolchainsBuildingException(List<Problem> problems)
Creates a new exception with the specified problems.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.