Interface ToolchainManager

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultToolchainManager, ToolchainManagerFactory.DefaultToolchainManagerV4

@Experimental public interface ToolchainManager extends Service
Service interface for managing Maven toolchains, which provide abstraction for different build tools and environments.

A toolchain represents a specific build tool configuration (e.g., JDK, compiler) that can be used during the Maven build process. This service allows for retrieving, storing, and managing these toolchains.

Since:
4.0.0