Interface ToolchainFactory


@Experimental @Consumer public interface ToolchainFactory
Factory interface for creating toolchain instances from configuration models.

This factory is responsible for instantiating concrete toolchain implementations based on toolchain model configurations or default settings.

Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a default toolchain instance using system defaults.
    createToolchain(org.apache.maven.api.toolchain.ToolchainModel model)
    Creates a toolchain instance from the provided model configuration.