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, init
void addToolChain(IToolChain toolChain) throws org.eclipse.core.runtime.CoreException
toolChain
- toolchain to be addedorg.eclipse.core.runtime.CoreException
void removeToolChain(IToolChain toolChain) throws org.eclipse.core.runtime.CoreException
toolChain
- toolchain to be removedorg.eclipse.core.runtime.CoreException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.