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 |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
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,
MavenSession context)
- Stores the toolchain into build context.