Package org.apache.maven.toolchain
Interface ToolchainManagerPrivate
- All Known Implementing Classes:
DefaultToolchainManager
public interface ToolchainManagerPrivate
Component for use by the maven-toolchains-plugin only.
- Author:
- mkleint
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetToolchainsForType
(String type) Retrieves the toolchains of given type from the user settings.void
storeToolchainToBuildContext
(ToolchainPrivate toolchain, org.apache.maven.execution.MavenSession context) Stores the toolchain into build context.
-
Field Details
-
ROLE
-
-
Method Details
-
getToolchainsForType
Retrieves the toolchains of given type from the user settings.- Throws:
MisconfiguredToolchainException
-
storeToolchainToBuildContext
void storeToolchainToBuildContext(ToolchainPrivate toolchain, org.apache.maven.execution.MavenSession context) Stores the toolchain into build context.
-