Interface ToolchainFactory

All Known Implementing Classes:
JavaToolchainFactory

@Deprecated(since="4.0.0") public interface ToolchainFactory
Deprecated.
Use ToolchainFactory instead.
Internal toolchain factory, to prepare toolchains instances.
Since:
2.0.9
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the default instance of the particular type of toolchain, can return null if not applicable.
    createToolchain(org.apache.maven.toolchain.model.ToolchainModel model)
    Deprecated.
    Create instance of toolchain.