public abstract class AbstractApplicationDeployer extends Object implements ApplicationDeployer
ApplicationDeployer.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractApplicationDeployer(URL applicationUrlContent,
RuntimeToolingService runtimeToolingService)
Creates an instance of the context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
deploy()
Deploys the application on Mule Runtime and and returns the applicationId.
|
protected abstract String |
doInternalInit(URL applicationUrlContent,
RuntimeToolingService runtimeToolingService) |
public AbstractApplicationDeployer(URL applicationUrlContent, RuntimeToolingService runtimeToolingService)
applicationUrlContent - URL to the application content.runtimeToolingService - RuntimeToolingService for resolving operations against the Mule Runtime.public String deploy()
ApplicationDeployerdeploy in interface ApplicationDeployerString applicationId generated for the deployed application.protected abstract String doInternalInit(URL applicationUrlContent, RuntimeToolingService runtimeToolingService)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.