Package org.apache.maven.toolchain
Interface ToolchainManagerPrivate
-
- All Known Implementing Classes:
DefaultToolchainManager
public interface ToolchainManagerPrivateComponent for use by the maven-toolchains-plugin only.- Author:
- mkleint
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolchainPrivate[]getToolchainsForType(java.lang.String type)Retrieves the toolchains of given type from the user settings.voidstoreToolchainToBuildContext(ToolchainPrivate toolchain, org.apache.maven.execution.MavenSession context)Stores the toolchain into build context.
-
-
-
Method Detail
-
getToolchainsForType
ToolchainPrivate[] getToolchainsForType(java.lang.String type) throws MisconfiguredToolchainException
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.
-
-