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 null
problems
- the problems while building the effectiveToolchains, if any.public PersistedToolchains getEffectiveToolchains()
ToolchainsBuildingResult
getEffectiveToolchains
in interface ToolchainsBuildingResult
null
.public java.util.List<Problem> getProblems()
ToolchainsBuildingResult
getProblems
in interface ToolchainsBuildingResult
null
.