DefaultToolchainManagerpublic interface ToolchainManagerPrivate
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method | Description |
|---|---|---|
ToolchainPrivate[] |
getToolchainsForType(java.lang.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.
|
ToolchainPrivate[] getToolchainsForType(java.lang.String type) throws MisconfiguredToolchainException
MisconfiguredToolchainExceptionvoid storeToolchainToBuildContext(ToolchainPrivate toolchain, org.apache.maven.execution.MavenSession context)