public interface ToolchainManagerPrivate
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
Modifier and Type | Method and 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
MisconfiguredToolchainException
void storeToolchainToBuildContext(ToolchainPrivate toolchain, org.apache.maven.execution.MavenSession context)