public interface ToolingService
| 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
|
ConnectivityTestingServiceBuilder newConnectivityTestingServiceBuilder()
ConnectivityTestingServiceorg.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.applicationLocation - 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.