DefaultToolchainsBuilderpublic interface ToolchainsBuilder
| Modifier and Type | Method | Description |
|---|---|---|
PersistedToolchains |
build(java.io.File userToolchainsFile) |
Builds the toolchains model from the configured toolchain files.
|
PersistedToolchains build(java.io.File userToolchainsFile) throws MisconfiguredToolchainException
userToolchainsFile - The path to the toolchains file, may be null to disable parsing.null if no toolchain file was configured or the configured file does
not exist.MisconfiguredToolchainException - If the toolchain file exists but cannot be parsed.