Class DefaultToolchainsBuilder

    • Constructor Detail

      • DefaultToolchainsBuilder

        public DefaultToolchainsBuilder()
        Deprecated.
    • Method Detail

      • build

        public PersistedToolchains build​(java.io.File userToolchainsFile)
                                  throws MisconfiguredToolchainException
        Deprecated.
        Description copied from interface: ToolchainsBuilder
        Builds the toolchains model from the configured toolchain files.
        Specified by:
        build in interface ToolchainsBuilder
        Parameters:
        userToolchainsFile - The path to the toolchains file, may be null to disable parsing.
        Returns:
        The toolchains model or null if no toolchain file was configured or the configured file does not exist.
        Throws:
        MisconfiguredToolchainException - If the toolchain file exists but cannot be parsed.