Interface ToolchainManagerPrivate

All Known Implementing Classes:
ToolchainManagerFactory.DefaultToolchainManagerV3

@Deprecated(since="4.0.0") public interface ToolchainManagerPrivate
Deprecated.
Use ToolchainManager instead.
Component for use by the maven-toolchains-plugin only. It provides API:
  1. to retrieve every toolchains available in user settings,
  2. to store chosen toolchain into build context for later use by toolchain-aware plugins.
Since:
2.0.9
See Also: