DefaultToolchainsBuildingResultpublic interface ToolchainsBuildingResult
| Modifier and Type | Method | Description |
|---|---|---|
PersistedToolchains |
getEffectiveToolchains() |
Gets the assembled toolchains.
|
java.util.List<org.apache.maven.building.Problem> |
getProblems() |
Return a list of problems, if any.
|
PersistedToolchains getEffectiveToolchains()
null.java.util.List<org.apache.maven.building.Problem> getProblems()
null.