Interface ToolchainsBuildingResult
-
- All Known Implementing Classes:
DefaultToolchainsBuildingResult
public interface ToolchainsBuildingResultCollects the output of the toolchains builder.- Since:
- 3.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistedToolchainsgetEffectiveToolchains()Gets the assembled toolchains.java.util.List<Problem>getProblems()Return a list of problems, if any.
-
-
-
Method Detail
-
getEffectiveToolchains
PersistedToolchains getEffectiveToolchains()
Gets the assembled toolchains.- Returns:
- The assembled toolchains, never
null.
-
getProblems
java.util.List<Problem> getProblems()
Return a list of problems, if any.- Returns:
- a list of problems, never
null.
-
-