public class DefaultToolchainsBuildingResult extends java.lang.Object implements ToolchainsBuildingResult
| Modifier and Type | Field and Description |
|---|---|
private PersistedToolchains |
effectiveToolchains |
private java.util.List<Problem> |
problems |
| Constructor and Description |
|---|
DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains,
java.util.List<Problem> problems)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
PersistedToolchains |
getEffectiveToolchains()
Gets the assembled toolchains.
|
java.util.List<Problem> |
getProblems()
Return a list of problems, if any.
|
private PersistedToolchains effectiveToolchains
private java.util.List<Problem> problems
public DefaultToolchainsBuildingResult(PersistedToolchains effectiveToolchains, java.util.List<Problem> problems)
effectiveToolchains - the merged toolchains, may not be nullproblems - the problems while building the effectiveToolchains, if any.public PersistedToolchains getEffectiveToolchains()
ToolchainsBuildingResultgetEffectiveToolchains in interface ToolchainsBuildingResultnull.public java.util.List<Problem> getProblems()
ToolchainsBuildingResultgetProblems in interface ToolchainsBuildingResultnull.