public class DefaultToolingService extends Object implements ToolingService
ToolingService.| Constructor and Description |
|---|
DefaultToolingService(org.mule.runtime.module.deployment.impl.internal.application.ToolingApplicationFactory applicationFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.deployment.model.api.application.Application |
createApplication(File applicationLocation)
Creates an
Application from a set of resources. |
ConnectivityTestingServiceBuilder |
newConnectivityTestingServiceBuilder()
Provides a service to create a connectivity testing service using a builder which can be used to configured resources of a
dynamically created artifact
|
public DefaultToolingService(org.mule.runtime.module.deployment.impl.internal.application.ToolingApplicationFactory applicationFactory)
applicationFactory - factory for creating the Applicationpublic ConnectivityTestingServiceBuilder newConnectivityTestingServiceBuilder()
newConnectivityTestingServiceBuilder in interface ToolingServiceConnectivityTestingServicepublic org.mule.runtime.deployment.model.api.application.Application createApplication(File applicationLocation) throws IOException
Application from a set of resources.
The created application will be created lazily meaning that the application resources
will be created based on the different request made to the application.
Only requested components will be executed. All sources for flows will be stop unless
they are requested to be started by the client.createApplication in interface ToolingServiceapplicationLocation - location of the application content. The application content
may be a folder holding an exploded structure for an application
or may be a zip file containing the resources of the application.IOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.