public interface IToolChainProvider
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the id for this provider.
|
default IToolChain |
getToolChain(String id,
String version)
Deprecated.
providers do not manage toolchains, call
IToolManager.getToolChain() instead.
|
default void |
init(IToolChainManager manager)
Initialize the list of toolchains.
|
String getId()
default void init(IToolChainManager manager) throws org.eclipse.core.runtime.CoreException
manager
- handle on manager to add or remove themorg.eclipse.core.runtime.CoreException
@Deprecated default IToolChain getToolChain(String id, String version) throws org.eclipse.core.runtime.CoreException
id
- the id of the toolchainversion
- the version of the toolchainorg.eclipse.core.runtime.CoreException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.