public class InputStreamApplicationDeployer extends Object implements ApplicationDeployer
InputStream with the content of the zipped application from local file system or a remote server.| Constructor and Description |
|---|
InputStreamApplicationDeployer(URL applicationUrl,
RuntimeToolingService runtimeToolingService) |
| Modifier and Type | Method and Description |
|---|---|
String |
deploy()
Deploys the application through the
RuntimeToolingService and returns the applicationId. |
static byte[] |
readContentFromUrl(URL applicationUrl) |
public InputStreamApplicationDeployer(URL applicationUrl, RuntimeToolingService runtimeToolingService)
public String deploy()
RuntimeToolingService and returns the applicationId.deploy in interface ApplicationDeployerString applicationId generated for the deployed application.public static byte[] readContentFromUrl(URL applicationUrl)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.