Uses of Class
org.apache.maven.api.services.ToolchainManagerException
Packages that use ToolchainManagerException
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ToolchainManagerException in org.apache.maven.api.services
Methods in org.apache.maven.api.services that throw ToolchainManagerExceptionModifier and TypeMethodDescriptionToolchainManager.getToolchainFromBuildContext(Session session, String type) Retrieves the currently active toolchain from the build context.ToolchainManager.getToolchains(Session session, String type) Retrieves all toolchains of the specified type without additional requirements.voidToolchainManager.storeToolchainToBuildContext(Session session, Toolchain toolchain) Stores a toolchain in the build context for later retrieval.