public class DefaultToolingRuntimeClientBootstrap extends Object implements ToolingRuntimeClientBootstrap
ToolingRuntimeClient.| Modifier and Type | Field and Description |
|---|---|
protected static String |
MULE_RUNTIME_TOOLING_CLIENT |
protected static String |
ORG_MULE_TOOLING |
| Constructor and Description |
|---|
DefaultToolingRuntimeClientBootstrap(ToolingRuntimeClientBootstrapConfiguration configuration)
Creates an instance of the Bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getMuleVersion() |
ToolingRuntimeClientBuilderFactory |
getToolingRuntimeClientBuilderFactory() |
String |
getToolingVersion() |
protected static final String ORG_MULE_TOOLING
protected static final String MULE_RUNTIME_TOOLING_CLIENT
public DefaultToolingRuntimeClientBootstrap(ToolingRuntimeClientBootstrapConfiguration configuration)
configuration - ToolingRuntimeClientBootstrapConfiguration that defines the configuration for this bootstrap. Not null.public String getMuleVersion()
getMuleVersion in interface ToolingRuntimeClientBootstrappublic String getToolingVersion()
getToolingVersion in interface ToolingRuntimeClientBootstrappublic ToolingRuntimeClientBuilderFactory getToolingRuntimeClientBuilderFactory()
getToolingRuntimeClientBuilderFactory in interface ToolingRuntimeClientBootstrapToolingRuntimeClientBuilderFactory to create a ToolingRuntimeClient.Builder.
Each ToolingRuntimeClient created with this factory should be disposed when no longer needed in order to
release resources.public void dispose()
dispose in interface DisposableCopyright © 2019 MuleSoft, Inc.. All rights reserved.