public class ToolingRuntimeClientBootstrap extends Object implements Disposable
ToolingRuntimeClient.| Constructor and Description |
|---|
ToolingRuntimeClientBootstrap(String muleVersion,
org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
Creates an instance of the datasense.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
ToolingRuntimeClient.Builder |
newToolingRuntimeClientBuilder()
Creates a
ToolingRuntimeClient.Builder by creating an extended ClassLoader with the Mule Runtime dependencies. |
public ToolingRuntimeClientBootstrap(String muleVersion, org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
muleVersion - defines the Mule Runtime version which the client should be created for.mavenConfiguration - maven configuration to be used for locating the runtime artifacts. This configuration is not to
load extension modelpublic ToolingRuntimeClient.Builder newToolingRuntimeClientBuilder()
ToolingRuntimeClient.Builder by creating an extended ClassLoader with the Mule Runtime dependencies.ToolingRuntimeClient.Builderpublic void dispose()
dispose in interface DisposableCopyright © 2017 MuleSoft, Inc.. All rights reserved.