public interface IUserToolChainProvider extends IToolChainProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addToolChain(IToolChain toolChain)
Manually add a toolchain to be managed by this provider.
|
void |
removeToolChain(IToolChain toolChain)
Manually remove a toolchain managed by this provider.
|
getId, getToolChain, initvoid addToolChain(IToolChain toolChain) throws org.eclipse.core.runtime.CoreException
toolChain - toolchain to be addedorg.eclipse.core.runtime.CoreExceptionvoid removeToolChain(IToolChain toolChain) throws org.eclipse.core.runtime.CoreException
toolChain - toolchain to be removedorg.eclipse.core.runtime.CoreExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.